Jack Mott
Jack Mott
Good point. I'll change that.
I think this is probably worthwhile to apply to all of the 2 and 3 array functions
Yeah that had a big payoff for map3 I'm going to apply it to mapi2 as well
I actually did not know that some CPUs have AVX but not AVX2. Ideally we can share all the AVX code in the AVX2 trait as well somehow, since all...
I've merged your commit, I think it would be worth doing some benchmarks to figure out for sure what is the best way to combine two SSE operations. It may...
@greatest-ape I added a benches folder with a start on benchmarking the different ways to do two sse operations to get an avx result feel free to add to it
Including some images in the docs would help a lot, I'm looking into how I could do that. In the meantime anyone looking for help can use this handy tool...
If anyone knows of a way to get images that show up in rustdocs reliably, I'd love to add little thumbnails for each type. I don't want to have to...
Correct, currently only intel/amd SIMD variants are supported. It is possible to add support for NEON, just a lot of grunt work.
And its the Simdeez library that needs to add support, then it would more or less "just work" in this noise library: https://github.com/arduano/simdeez