We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa19fb commit ec061ddCopy full SHA for ec061dd
test/test_utils.hpp
@@ -35,7 +35,7 @@
35
// This also seems to happen in M1.
36
struct precision_t
37
{
38
-#if defined(__apple_build_version__) && (XSIMD_WITH_SSE4_1 || XSIMD_WITH_NEON64)
+#if defined(__APPLE__) && (XSIMD_WITH_SSE4_1 || XSIMD_WITH_NEON64)
39
static constexpr size_t max = 8192;
40
#else
41
static constexpr size_t max = 2048;
0 commit comments