[libcxx-commits] [libcxx] [libc++] <experimental/simd> Reduce types for template parameter U in tests (PR #83781)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 25 02:56:17 PDT 2024
================
@@ -48,6 +48,16 @@ using arithmetic_no_bool_types = types::concatenate_t<types::integer_types, type
using arithmetic_no_bool_types = types::concatenate_t<types::integer_types, types::floating_point_types>;
#endif
+using types_for_template_parameter =
----------------
philnik777 wrote:
That's a very generic name. I think something like `simd_test_types` would be a bit more descriptive. Please also add a comment explaining why we only test with these types.
https://github.com/llvm/llvm-project/pull/83781
More information about the libcxx-commits
mailing list