We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db211b commit 81a3828Copy full SHA for 81a3828
libcxx/test/std/experimental/simd/test_utils.h
@@ -40,8 +40,8 @@ struct TestAllSimdAbiFunctor {
40
}
41
};
42
43
-// TODO: Support long double (12 bytes) for MinGW (DLL, i686)
44
-#ifdef __MINGW32__
+// TODO: Support long double (12 bytes) for 32-bits x86
+#ifdef __i386__
45
using arithmetic_no_bool_types = types::concatenate_t<types::integer_types, types::type_list<float, double>>;
46
#else
47
using arithmetic_no_bool_types = types::concatenate_t<types::integer_types, types::floating_point_types>;
0 commit comments