C++23 required for fp16 support

This commit is contained in:
conrad
2025-07-07 20:14:29 +10:00
parent 8239b26f62
commit c2175c86ee
+6
View File
@@ -171,6 +171,12 @@ typedef void* void_ptr;
#endif
#else
#if defined(ARMA_FORCE_USE_FP16)
#pragma message ("WARNING: C++23 required for fp16 support")
#endif
#endif