We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ed9f6 commit 2a1f14eCopy full SHA for 2a1f14e
1 file changed
include/math/simd/vector/half.hpp
@@ -20,7 +20,7 @@
20
#pragma once
21
#include "math/simd/vector/float.hpp"
22
23
-#if defined(MATH_SIMD_SUPPORT_AVX2)
+#if defined(MATH_SIMD_SUPPORT_AVX2) || defined(MATH_SIMD_SUPPORT_NEON) || defined(FLT16_MIN)
24
namespace math
25
{
26
@@ -202,4 +202,4 @@ struct [[nodiscard]] alignas(8) f16x4
202
};
203
204
} // namespace math
205
-#endif // MATH_SIMD_SUPPORT_AVX2
+#endif
0 commit comments