Skip to content

Commit f0bea79

Browse files
committed
dispatch NEOVERSEV2 to NEOVERSEN2 under dynamic setting
1 parent f42ce70 commit f0bea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic_arm64.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ extern gotoblas_t gotoblas_A64FX;
150150
#endif
151151
extern gotoblas_t gotoblas_THUNDERX3T110;
152152
#endif
153-
#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEV1
153+
#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEN2
154154

155155
extern void openblas_warning(int verbose, const char * msg);
156156
#define FALLBACK_VERBOSE 1

0 commit comments

Comments
 (0)