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
- Host: GitHub
- URL: https://github.com/dev0x13/blas-l1-asm
- Owner: dev0x13
- License: mit
- Created: 2023-10-16T07:49:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T19:59:09.000Z (over 2 years ago)
- Last Synced: 2025-06-26T07:02:13.809Z (12 months ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.