Revert "[AArch64][compiler-rt] Fix HWCAP_CPUID not defined in some cases."
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 21 Dec 2022 01:15:38 +0000 (17:15 -0800)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 21 Dec 2022 01:15:38 +0000 (17:15 -0800)
This reverts commit a43f36142c501e2d3f4797ef938db4e0c5e0eeec.

Reason: Depends on reverted change https://reviews.llvm.org/D127812

compiler-rt/lib/builtins/cpu_model.c

index ce5f729..e377d64 100644 (file)
@@ -921,9 +921,6 @@ _Bool __aarch64_have_lse_atomics
 #define AT_HWCAP 16
 #endif
 
-#ifndef HWCAP_CPUID
-#define HWCAP_CPUID (1 << 11)
-#endif
 #ifndef HWCAP_FP
 #define HWCAP_FP (1 << 0)
 #endif