An open API service indexing awesome lists of open source software.

https://github.com/dev0x13/blas-l1-asm

An educational NASM re-implementation of the BLAS L1 routines
https://github.com/dev0x13/blas-l1-asm

Last synced: about 2 months ago
JSON representation

An educational NASM re-implementation of the BLAS L1 routines

Awesome Lists containing this project

README

          

# blas-l1-asm

This repository hosts a NASM re-implementation of the [BLAS L1 routines](https://www.netlib.org/blas/#_level_1).
It served as a playground for learning x64 assembly, and the code is most likely suboptimal and buggy.