]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
minor : flag "ARM FMA" -> "ARM_FMA"
authorGeorgi Gerganov <redacted>
Thu, 22 Dec 2022 14:43:57 +0000 (16:43 +0200)
committerGeorgi Gerganov <redacted>
Thu, 22 Dec 2022 14:47:54 +0000 (16:47 +0200)
whisper.cpp

index fb50705338c09b0dc6bc9ff3ad9b0f57cef6968a..8f62f88747c755f178a25ee57defa33590fc0fd5 100644 (file)
@@ -2555,7 +2555,7 @@ const char * whisper_print_system_info(void) {
     s += "AVX2 = "      + std::to_string(ggml_cpu_has_avx2())      + " | ";
     s += "AVX512 = "    + std::to_string(ggml_cpu_has_avx512())    + " | ";
     s += "NEON = "      + std::to_string(ggml_cpu_has_neon())      + " | ";
-    s += "ARM FMA = "   + std::to_string(ggml_cpu_has_arm_fma())   + " | ";
+    s += "ARM_FMA = "   + std::to_string(ggml_cpu_has_arm_fma())   + " | ";
     s += "F16C = "      + std::to_string(ggml_cpu_has_f16c())      + " | ";
     s += "FP16_VA = "   + std::to_string(ggml_cpu_has_fp16_va())   + " | ";
     s += "WASM_SIMD = " + std::to_string(ggml_cpu_has_wasm_simd()) + " | ";