From f0bea79a6e151299cecdfb191969dbfe88ece814 Mon Sep 17 00:00:00 2001 From: Ye Tao Date: Fri, 21 Feb 2025 10:03:50 +0000 Subject: [PATCH] dispatch NEOVERSEV2 to NEOVERSEN2 under dynamic setting --- driver/others/dynamic_arm64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/dynamic_arm64.c b/driver/others/dynamic_arm64.c index 37991184a..3174e2284 100644 --- a/driver/others/dynamic_arm64.c +++ b/driver/others/dynamic_arm64.c @@ -150,7 +150,7 @@ extern gotoblas_t gotoblas_A64FX; #endif extern gotoblas_t gotoblas_THUNDERX3T110; #endif -#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEV1 +#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEN2 extern void openblas_warning(int verbose, const char * msg); #define FALLBACK_VERBOSE 1