https://github.com/counterpillow/asm_playground
In which I bumble my way through handwriting SIMD
https://github.com/counterpillow/asm_playground
aarch64 aarch64-linux arm64 assembly-language c rock64
Last synced: about 1 month ago
JSON representation
In which I bumble my way through handwriting SIMD
- Host: GitHub
- URL: https://github.com/counterpillow/asm_playground
- Owner: CounterPillow
- License: bsd-2-clause
- Created: 2021-05-09T17:52:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T18:57:48.000Z (about 4 years ago)
- Last Synced: 2025-01-12T18:16:07.640Z (over 1 year ago)
- Topics: aarch64, aarch64-linux, arm64, assembly-language, c, rock64
- Language: C
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pillow's AArch64 Playground
===========================
This is just a little hunk of code to experiment with writing
AArch64 assembly, specifically NEON SIMD.
## Compiling
to build:
make
## Running
./playground