An open API service indexing awesome lists of open source software.

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.

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.