SIMD

Generate x86 Assembly with Go(并不容易)

https://github.com/mmcloughlin/avo

Agenium Scale vectorization library for CPUs and GPUs(C++)

https://github.com/agenium-scale/nsimd

容易的指令集

https://github.com/Clement-Jean/simd-go-POC

paper

Go语言中的SIMD加速:以矩阵加法为例 https://mp.weixin.qq.com/s/aav3_FsBQHk_nCA2jLFGfA

在Go语言中优雅地使用AVX512

https://gorse.io/zh/posts/avx512-in-golang.html https://github.com/gorse-io/gorse/tree/master/base/floats

awesome-simd

https://github.com/awesome-simd/awesome-simd

应用

https://github.com/minio/highwayhash

https://zhuanlan.zhihu.com/p/710528295

https://github.com/kelindar/bitmap

GO汇编

https://www.quasilyte.dev/blog/post/go-asm-complementary-reference/

C++ SIMD

https://github.com/xtensor-stack/xsimd https://github.com/google/highway