[libcxx-commits] [libcxx] [libc++] Reduce the compilation time required by SIMD tests (PR #72602)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 17 03:37:42 PST 2023
================
@@ -8,9 +8,6 @@
// UNSUPPORTED: c++03, c++11, c++14
-// FIXME: Timeouts.
-// UNSUPPORTED: sanitizer-new-delete
-
// <experimental/simd>
//
// [simd.reference]
----------------
philnik777 wrote:
Looks like this also fixes the AIX failure below.
https://github.com/llvm/llvm-project/pull/72602
More information about the libcxx-commits
mailing list