Comment on Rust SIMD on the GPUparentComments−kbolino1moGo doesn't have auto-vectorization in the first place, so its portable simd library is at least partly there to fill the gap.
Comments
Go doesn't have auto-vectorization in the first place, so its portable simd library is at least partly there to fill the gap.