portably determine HW SIMD width

kinke noone at nowhere.com
Fri Aug 28 00:23:16 UTC 2020


Argh scratch the AVX2 part, that's still 256 bit. There's no 
`D_AVX512` yet, but you can use something like 
`__traits(targetHasFeature, "avx512f")` (AVX512 seems to be a 
mess, not sure what the exact attr is - see `-mattr=help` output).


More information about the digitalmars-d-ldc mailing list