On Wednesday, 6 February 2019 at 01:05:29 UTC, Guillaume Piolat
wrote:
"intel-intrinsics" is a DUB package for people interested in
x86 performance that want neither to write assembly, nor a
LDC-specific snippet... and still have fastest possible code.
[...]
This is really cool and I appreciate your efforts!
However (for those who are unaware) there is an alternative way
that is (arguably) better;
https://ispc.github.io/index.html
You can write portable vectorized code that can be trivially
invoked from D.