|
|
|
|
|
by jeffbee
1099 days ago
|
|
The compiler will only choose to use AVX-512 if you give it the right `-m` flags. Most people who are running generic distros that target the basic k8 instructions benefit from AVX-512 only when some library has runtime dispatch that detects the presence of the feature and enables optimized routines. This is common in, for example, cryptography libraries. |
|
My question is just... does it? (And does it use AVX-512 profitably?)