https://github.com/everlag/gosimd
SIMD example in golang. Not exactly portable.
https://github.com/everlag/gosimd
Last synced: 17 days ago
JSON representation
SIMD example in golang. Not exactly portable.
- Host: GitHub
- URL: https://github.com/everlag/gosimd
- Owner: Everlag
- Created: 2015-07-27T19:33:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T19:33:48.000Z (about 11 years ago)
- Last Synced: 2025-10-07T04:50:41.120Z (10 months ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A minimalist example of calling SIMD from Go. Tests included to preserve sanity when copy and pasting blocks of ASM.
The go toolchain is sweet!
Adapted from this [stackoverflow question](http://stackoverflow.com/questions/25460967/go-isnt-linking-my-assembly-undefined-external-function)
Dev Note: There must be at least a single blank line following the body of an assembly file or compilation fails.