Also here is an example of some Go and the Asm code generated: https://godbolt.org/z/n8hKhc7rY (click the recompile button if you don't see the Asm code)
I did a lot of experimentation with the Go1.26 experiment. It's easy to use and produces good code but only supports x86 ATM. (See https://andrewwphillips.github.io/blog/go1p26.html#simd-expe...) I think there will be a…
Also here is an example of some Go and the Asm code generated: https://godbolt.org/z/n8hKhc7rY (click the recompile button if you don't see the Asm code)
I did a lot of experimentation with the Go1.26 experiment. It's easy to use and produces good code but only supports x86 ATM. (See https://andrewwphillips.github.io/blog/go1p26.html#simd-expe...) I think there will be a…