Fix compilation with DYNAMIC_TARGET=1 and BUILD_BFLOAT16

coremsg isn't defined outside the BUILD_BFLOAT16 and BUILD_HFLOAT16 blocks, leading to the use of an undefined variable
This commit is contained in:
Ludovic Henry
2026-04-30 16:28:56 +02:00
parent d4824562d9
commit 43aa35c2ef

View File

@@ -152,6 +152,7 @@ char* gotoblas_corename(void) {
static gotoblas_t* get_coretype(void) {
uint64_t vector_mask;
unsigned vlenb = 0;
char coremsg[128];
#if !defined(OS_LINUX)
return NULL;