Skip to content

Commit 127543c

Browse files
committed
[AArch64] Added FEAT_FPAC to Cortex-X925
1 parent 4238ddb commit 127543c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clang/test/Driver/print-enabled-extensions/aarch64-cortex-x925.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// CHECK-NEXT: FEAT_FHM Enable FP16 FML instructions
2424
// CHECK-NEXT: FEAT_FP Enable Armv8.0-A Floating Point Extensions
2525
// CHECK-NEXT: FEAT_FP16 Enable half-precision floating-point data processing
26+
// CHECK-NEXT: FEAT_FPAC Enable Armv8.3-A Pointer Authentication Faulting enhancement
2627
// CHECK-NEXT: FEAT_FRINTTS Enable FRInt[32|64][Z|X] instructions that round a floating-point number to an integer (in FP format) forcing it to fit into a 32- or 64-bit int
2728
// CHECK-NEXT: FEAT_FlagM Enable Armv8.4-A Flag Manipulation instructions
2829
// CHECK-NEXT: FEAT_FlagM2 Enable alternative NZCV format for floating point comparisons

llvm/lib/Target/AArch64/AArch64Processors.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def ProcessorFeatures {
871871
FeatureSVE, FeatureSVE2, FeatureBF16, FeatureComplxNum, FeatureCRC,
872872
FeatureDotProd, FeatureFPARMv8, FeatureFullFP16, FeatureMatMulInt8,
873873
FeatureJS, FeatureLSE, FeatureNEON, FeaturePAuth, FeatureRAS,
874-
FeatureRCPC, FeatureRDM];
874+
FeatureRCPC, FeatureRDM, FeatureFPAC];
875875
list<SubtargetFeature> A64FX = [HasV8_2aOps, FeatureFPARMv8, FeatureNEON,
876876
FeatureSHA2, FeaturePerfMon, FeatureFullFP16,
877877
FeatureSVE, FeatureComplxNum,

0 commit comments

Comments
 (0)