Skip to content

Commit 533cab2

Browse files
authored
add prototype
1 parent 31bb6ca commit 533cab2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

interface/syrk.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ double NNK;
341341

342342
if (args.n == 0) return;
343343

344+
#ifdef DYNAMIC_ARCH
345+
extern char* gotoblas_corename(void);
346+
#endif
344347

345348
#if !defined(COMPLEX) && !defined(DOUBLE) && !defined(BFLOAT16) && !defined(HFLOAT16)
346349
#if defined(ARCH_ARM64) && (defined(USE_SSYRK_KERNEL_DIRECT)||defined(DYNAMIC_ARCH))

0 commit comments

Comments
 (0)