================ @@ -217,10 +217,11 @@ enum ProcessorFeatures { FEATURE_SM3, FEATURE_SHA512, FEATURE_SM4, - // FEATURE_APX_F, - FEATURE_USERMSR = 112, - // FEATURE_AVX10_1_256, - // FEATURE_AVX10_1_512, + //FIXME: gcc used string "apxf" instead of "egpr" ---------------- phoebewang wrote:
The internal name is not important, so do not need a FIXME if we won't fix it. I'm more concerning about the name in `(void)__builtin_cpu_supports("egpr");` Does GCC use `egpr` too? Or we should change to "apxf"? https://github.com/llvm/llvm-project/pull/79086 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits