[libcxx-commits] [libcxx] [libc++] Ensure that we vectorize algorithms on all Clang-based compilers (PR #132090)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 19 13:10:06 PDT 2025
================
@@ -0,0 +1,19 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
----------------
mordante wrote:
Based on the `#ifdef` I expect this to be needed
`// XFAIL: c++03, c++11`
https://github.com/llvm/llvm-project/pull/132090
More information about the libcxx-commits
mailing list