dev0x13 / blas-l1-asm

An educational NASM re-implementation of the BLAS L1 routines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blas-l1-asm

This repository hosts a NASM re-implementation of the BLAS L1 routines. It served as a playground for learning x64 assembly, and the code is most likely suboptimal and buggy.

About

An educational NASM re-implementation of the BLAS L1 routines

License:MIT License


Languages

Language:C 68.5%Language:Assembly 27.9%Language:Makefile 3.6%