https://github.com/everlag/gosimd
SIMD example in golang. Not exactly portable.
https://github.com/everlag/gosimd
Last synced: 8 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T19:33:48.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T00:25:11.633Z (over 1 year ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- 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.