[clang] [llvm] [X86][AVX10.2] Support AVX10.2-CONVERT new instructions. (PR #101600)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 16 07:22:36 PDT 2024
================
@@ -617,7 +617,7 @@ constexpr FeatureBitset ImpliedFeaturesAVX10_1 =
FeatureAVX512CD | FeatureAVX512VBMI | FeatureAVX512IFMA |
FeatureAVX512VNNI | FeatureAVX512BF16 | FeatureAVX512VPOPCNTDQ |
FeatureAVX512VBMI2 | FeatureAVX512BITALG | FeatureVAES | FeatureVPCLMULQDQ |
- FeatureAVX512FP16;
+ FeatureAVX512FP16 | FeatureAVX2;
----------------
phoebewang wrote:
Why adding it? AVX512 features already imply it.
https://github.com/llvm/llvm-project/pull/101600
More information about the cfe-commits
mailing list