File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -677,16 +677,12 @@ ifeq ($(ARCH), arm64)
677677DYNAMIC_CORE = ARMV8
678678DYNAMIC_CORE += CORTEXA53
679679DYNAMIC_CORE += CORTEXA57
680- DYNAMIC_CORE += CORTEXA72
681- DYNAMIC_CORE += CORTEXA73
682680DYNAMIC_CORE += NEOVERSEN1
683681ifneq ($(NO_SVE), 1)
684682DYNAMIC_CORE += NEOVERSEV1
685683DYNAMIC_CORE += NEOVERSEN2
686684DYNAMIC_CORE += ARMV8SVE
687685endif
688- DYNAMIC_CORE += CORTEXA55
689- DYNAMIC_CORE += FALKOR
690686DYNAMIC_CORE += THUNDERX
691687DYNAMIC_CORE += THUNDERX2T99
692688DYNAMIC_CORE += TSV110
Original file line number Diff line number Diff line change @@ -122,10 +122,11 @@ extern gotoblas_t gotoblas_CORTEXA55;
122122#endif
123123#else
124124extern gotoblas_t gotoblas_CORTEXA53 ;
125+ #define gotoblas_CORTEXA55 gotoblas_CORTEXA53
125126extern 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
129130extern gotoblas_t gotoblas_THUNDERX ;
130131extern gotoblas_t gotoblas_THUNDERX2T99 ;
131132extern gotoblas_t gotoblas_TSV110 ;
@@ -141,7 +142,6 @@ extern gotoblas_t gotoblas_ARMV8SVE;
141142#define gotoblas_ARMV8SVE gotoblas_ARMV8
142143#endif
143144extern gotoblas_t gotoblas_THUNDERX3T110 ;
144- extern gotoblas_t gotoblas_CORTEXA55 ;
145145#endif
146146
147147extern void openblas_warning (int verbose , const char * msg );
You can’t perform that action at this time.
0 commit comments