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 463529f commit 15c04d5Copy full SHA for 15c04d5
llvm/include/llvm/TargetParser/AArch64TargetParser.h
@@ -32,8 +32,8 @@ struct ArchInfo;
32
struct CpuInfo;
33
34
// Function Multi Versioning CPU features. They must be kept in sync with
35
-// compiler-rt enum CPUFeatures in lib/builtins/cpu_model.c with FEAT_MAX as
36
-// sentinel.
+// compiler-rt enum CPUFeatures in lib/builtins/cpu_model/aarch64.c with
+// FEAT_MAX as sentinel.
37
enum CPUFeatures {
38
FEAT_RNG,
39
FEAT_FLAGM,
0 commit comments