We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f197b26 commit 665b4f1Copy full SHA for 665b4f1
clang/test/CodeGen/AArch64/fmv-priority.c
@@ -10,7 +10,8 @@
10
// sme2 | | sme | bf16 | rcpc2 | rcpc | fp16 | simd | fp
11
//
12
// Dependencies should not affect priorities, since a
13
-// feature can only depend on lower priority features.
+// feature can only depend on lower priority features:
14
+// https://github.com/ARM-software/acle/pull/376
15
16
__attribute__((target_version("sme2+ls64"))) int fn(void);
17
__attribute__((target_version("sme2+rcpc2"))) int fn(void);
0 commit comments