Skip to content

Commit fc7d6e6

Browse files
committed
Change BF16 warning message.
1 parent 9427eaf commit fc7d6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic_riscv64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ static gotoblas_t* get_coretype(void) {
184184
openblas_warning(1, coremsg);
185185
return NULL;
186186
#elif defined(BUILD_BFLOAT16)
187-
snprintf(coremsg, sizeof(coremsg), "Cpu support for Zfbfmin+Zvfbfmin+Zvfbfwma extensions required due to BUILD_BFLOAT16=1\n");
187+
snprintf(coremsg, sizeof(coremsg), "Cpu support for Zvfbfwma extensions required due to BUILD_BFLOAT16=1\n");
188188
openblas_warning(1, coremsg);
189189
return NULL;
190190
#else

0 commit comments

Comments
 (0)