Skip to content

Commit c8dbfd7

Browse files
authored
Merge pull request #5789 from luhenry/develop
Fix compilation with DYNAMIC_TARGET=1 and BUILD_BFLOAT16
2 parents 4e5c4bf + 43aa35c commit c8dbfd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/others/dynamic_riscv64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ char* gotoblas_corename(void) {
152152
static gotoblas_t* get_coretype(void) {
153153
uint64_t vector_mask;
154154
unsigned vlenb = 0;
155+
char coremsg[128];
155156

156157
#if !defined(OS_LINUX)
157158
return NULL;

0 commit comments

Comments
 (0)