portably determine HW SIMD width

kinke noone at nowhere.com
Fri Aug 28 00:19:12 UTC 2020


If x86 only, the predefined versions might do it - 
`version(D_AVX2)` for 512 bit vectors (`-mattr=+avx2`), and D_AVX 
for 256 bit. There aren't other alternatives at the moment AFAIK; 
a trait might be a nice addition.


More information about the digitalmars-d-ldc mailing list