https://github.com/the-argus/vmath
my personal vector / SIMD math library, in C for portability. attempting to support x86, ARM, and RISCV
https://github.com/the-argus/vmath
Last synced: about 1 month ago
JSON representation
my personal vector / SIMD math library, in C for portability. attempting to support x86, ARM, and RISCV
- Host: GitHub
- URL: https://github.com/the-argus/vmath
- Owner: the-argus
- License: mit
- Created: 2024-09-01T01:36:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T05:40:20.000Z (6 months ago)
- Last Synced: 2025-02-15T09:48:23.532Z (3 months ago)
- Language: C
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vmath
my personal vector / SIMD math library, in C for portability. header-only