File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -677,16 +677,12 @@ ifeq ($(ARCH), arm64)
677
677
DYNAMIC_CORE = ARMV8
678
678
DYNAMIC_CORE += CORTEXA53
679
679
DYNAMIC_CORE += CORTEXA57
680
- DYNAMIC_CORE += CORTEXA72
681
- DYNAMIC_CORE += CORTEXA73
682
680
DYNAMIC_CORE += NEOVERSEN1
683
681
ifneq ($(NO_SVE), 1)
684
682
DYNAMIC_CORE += NEOVERSEV1
685
683
DYNAMIC_CORE += NEOVERSEN2
686
684
DYNAMIC_CORE += ARMV8SVE
687
685
endif
688
- DYNAMIC_CORE += CORTEXA55
689
- DYNAMIC_CORE += FALKOR
690
686
DYNAMIC_CORE += THUNDERX
691
687
DYNAMIC_CORE += THUNDERX2T99
692
688
DYNAMIC_CORE += TSV110
Original file line number Diff line number Diff line change @@ -122,10 +122,11 @@ extern gotoblas_t gotoblas_CORTEXA55;
122
122
#endif
123
123
#else
124
124
extern gotoblas_t gotoblas_CORTEXA53 ;
125
+ #define gotoblas_CORTEXA55 gotoblas_CORTEXA53
125
126
extern gotoblas_t gotoblas_CORTEXA57 ;
126
- extern gotoblas_t gotoblas_CORTEXA72 ;
127
- extern gotoblas_t gotoblas_CORTEXA73 ;
128
- extern gotoblas_t gotoblas_FALKOR ;
127
+ #define gotoblas_CORTEXA72 gotoblas_CORTEXA57
128
+ #define gotoblas_CORTEXA73 gotoblas_CORTEXA57
129
+ #define gotoblas_FALKOR gotoblas_CORTEXA57
129
130
extern gotoblas_t gotoblas_THUNDERX ;
130
131
extern gotoblas_t gotoblas_THUNDERX2T99 ;
131
132
extern gotoblas_t gotoblas_TSV110 ;
@@ -141,7 +142,6 @@ extern gotoblas_t gotoblas_ARMV8SVE;
141
142
#define gotoblas_ARMV8SVE gotoblas_ARMV8
142
143
#endif
143
144
extern gotoblas_t gotoblas_THUNDERX3T110 ;
144
- extern gotoblas_t gotoblas_CORTEXA55 ;
145
145
#endif
146
146
147
147
extern void openblas_warning (int verbose , const char * msg );
You can’t perform that action at this time.
0 commit comments