[PATCH] D24661: More processors support under AARch64 state for auto detection.
James Greenhalgh via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 03:24:39 PDT 2016
jgreenhalgh added inline comments.
================
Comment at: include/llvm/Support/ARMTargetParser.def:237
@@ -236,1 +236,3 @@
+ARM_CPU_NAME("xgene1", AK_ARMV8A, FK_NEON_FP_ARMV8, false,
+ ARM::AEK_FP | ARM::AEK_SIMD)
// Non-standard Arch names.
----------------
rengolin wrote:
> @jgreenhalgh, is this the same defaults as GCC?
Yes, the XGene-1 change looks good to me now. Thanks for the update Supra.
https://reviews.llvm.org/D24661
More information about the llvm-commits
mailing list