(no title)
glangdale | 1 year ago
If you have AVX-512, GFNI is faster for this task, but obviously many situations where you can't use it.
glangdale | 1 year ago
If you have AVX-512, GFNI is faster for this task, but obviously many situations where you can't use it.
Const-me|1 year ago
Yeah, that’s exactly what I did in my C++ code with intrinsics.
About ISA extensions, I’m lucky to work on a professional CAM/CAE software. We have specified AVX2 in the system requirements, I’m guaranteed to have the support on our customer’s computers. However, very few of them have AVX512 CPUs so we are ignoring that thing so far.