mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Add message for fallback due to unavailable Zfh extension
This commit is contained in:
@@ -177,6 +177,8 @@ static gotoblas_t* get_coretype(void) {
|
||||
return NULL;
|
||||
} else {
|
||||
#if defined(BUILD_HFLOAT16)
|
||||
snprintf(coremsg, sizeof(coremsg), "Cpu support for Zfh+Zvfh extensions required due to BUILD_HFLOAT16=1\n");
|
||||
openblas_warning(1, coremsg);
|
||||
return NULL;
|
||||
#else
|
||||
if (!(getauxval(AT_HWCAP) & DETECT_RISCV64_HWCAP_ISA_V))
|
||||
|
||||
Reference in New Issue
Block a user