We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e64fa7 commit d4868baCopy full SHA for d4868ba
1 file changed
driver/others/dynamic_arm64.c
@@ -129,8 +129,8 @@ extern gotoblas_t gotoblas_NEOVERSEN1;
129
extern gotoblas_t gotoblas_NEOVERSEV1;
130
extern gotoblas_t gotoblas_NEOVERSEN2;
131
#else
132
-#define gotoblas_NEOVERSEV1 gotoblas_ARMV8;
133
-#define gotoblas_NEOVERSEN2 gotoblas_ARMV8;
+#define gotoblas_NEOVERSEV1 gotoblas_ARMV8
+#define gotoblas_NEOVERSEN2 gotoblas_ARMV8
134
#endif
135
extern gotoblas_t gotoblas_THUNDERX3T110;
136
extern gotoblas_t gotoblas_CORTEXA55;
@@ -279,7 +279,7 @@ static gotoblas_t *get_coretype(void) {
279
return &gotoblas_CORTEXA73;
280
case 0xd0c: // Neoverse N1
281
return &gotoblas_NEOVERSEN1;
282
-#ifndef NO_SVE
+#ifndef NO_SVE
283
case 0xd49:
284
return &gotoblas_NEOVERSEN2;
285
case 0xd40:
0 commit comments