simplification

This commit is contained in:
conrad
2025-07-23 12:58:00 +10:00
parent 59fccc4457
commit 583efe0eb0
+1 -1
View File
@@ -161,7 +161,7 @@ typedef void* void_ptr;
#if defined(ARMA_FORCE_USE_FP16) && !defined(ARMA_GOOD_FP16)
#if defined(__GNUG__) || defined(__clang__)
#pragma message ("WARNING: hardware support for fp16 not detected; emulated fp16 can be slow; try adding -march=native or -mf16c to compiler flags")
#pragma message ("WARNING: hardware support for fp16 not detected; emulated fp16 can be slow; try adding -march=native to compiler flags")
#else
#pragma message ("WARNING: hardware support for fp16 not detected; emulated fp16 can be slow")
#endif