go-simd icon indicating copy to clipboard operation
go-simd copied to clipboard

Optimized functions for Go using SIMD

Results 4 go-simd issues
Sort by recently updated
recently updated
newest added

Hello! First of all, thanks for sharing this code publicly, it's a great reference implementation. I wanted to ask which license the repository is distributed under, and whether you'd be...

Make documentation, please it's always good to have documentation Especially with this great project

@stuartcarnie I briefly checked in official [Go compiler optimizations](https://github.com/golang/go/wiki/CompilerOptimizations). I am surprised they don't include it there. Do you happen to know why? Is SIMD not a priority for Go...