File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
compiler-rt/lib/builtins/cpu_model/aarch64/fmv Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ void CONSTRUCTOR_ATTRIBUTE __init_cpu_features(void) {
27
27
28
28
unsigned long hwcap = getauxval (AT_HWCAP);
29
29
unsigned long hwcap2 = getauxval (AT_HWCAP2);
30
- unsigned long hwcap2 = getauxval (AT_HWCAP3);
31
- unsigned long hwcap2 = getauxval (AT_HWCAP4);
30
+ unsigned long hwcap3 = getauxval (AT_HWCAP3);
31
+ unsigned long hwcap4 = getauxval (AT_HWCAP4);
32
32
33
33
__ifunc_arg_t arg;
34
34
arg._size = sizeof (__ifunc_arg_t );
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ void CONSTRUCTOR_ATTRIBUTE __init_cpu_features(void) {
12
12
13
13
unsigned long hwcap = getauxval (AT_HWCAP);
14
14
unsigned long hwcap2 = getauxval (AT_HWCAP2);
15
- unsigned long hwcap2 = getauxval (AT_HWCAP3);
16
- unsigned long hwcap2 = getauxval (AT_HWCAP4);
15
+ unsigned long hwcap3 = getauxval (AT_HWCAP3);
16
+ unsigned long hwcap4 = getauxval (AT_HWCAP4);
17
17
18
18
__ifunc_arg_t arg;
19
19
arg._size = sizeof (__ifunc_arg_t );
You can’t perform that action at this time.
0 commit comments