We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bb6ca commit 533cab2Copy full SHA for 533cab2
1 file changed
interface/syrk.c
@@ -341,6 +341,9 @@ double NNK;
341
342
if (args.n == 0) return;
343
344
+#ifdef DYNAMIC_ARCH
345
+extern char* gotoblas_corename(void);
346
+#endif
347
348
#if !defined(COMPLEX) && !defined(DOUBLE) && !defined(BFLOAT16) && !defined(HFLOAT16)
349
#if defined(ARCH_ARM64) && (defined(USE_SSYRK_KERNEL_DIRECT)||defined(DYNAMIC_ARCH))
0 commit comments