Skip to content

Commit 48c80a8

Browse files
Fix aarch64-fujitsu-monaka extension test
Explicitly add FEAT_LUT and FEAT_FAMINMAX to the target. Before they were implicitly inferred through FEAT_FP8.
1 parent d9dfec3 commit 48c80a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64Processors.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def ProcessorFeatures {
868868
FeatureSSBS, FeatureLS64, FeatureCLRBHB,
869869
FeatureSPECRES2, FeatureSVEAES, FeatureSVE2SM4,
870870
FeatureSVE2SHA3, FeatureSVE2, FeatureSVEBitPerm, FeatureETE,
871-
FeatureMEC, FeatureFP8DOT2];
871+
FeatureMEC, FeatureFAMINMAX, FeatureFP8DOT2, FeatureLUT];
872872
list<SubtargetFeature> Carmel = [HasV8_2aOps, FeatureNEON, FeatureSHA2, FeatureAES,
873873
FeatureFullFP16, FeatureCRC, FeatureLSE, FeatureRAS, FeatureRDM,
874874
FeatureFPARMv8];

0 commit comments

Comments
 (0)