Closed
Description
Unless I'm throughly wrong here, cpu_features
seems to be missing detection of AVX512_FP16?
For example, the intel docs for AVX512_FP16 state that:
From: https://www.sandpile.org/x86/ref_docs.htm
Yes, the current code-base does not look for CPUID.(7.0).EDX[23]
at all:
cpu_features/src/impl_x86__base_implementation.inl
Lines 348 to 368 in b69591a
Is there any objection that I open a PR to add this for cpu_features
?