[libc-commits] [libc] [libc] Add check for support and a test for libc SIMD helpers (PR #157746)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Tue Sep 9 14:57:09 PDT 2025


================
@@ -160,3 +160,15 @@ add_libc_test(
   DEPENDS
   libc.src.__support.CPP.type_traits
 )
+
+if(LIBC_COMPILER_HAS_EXT_VECTOR_TYPE)
----------------
jhuber6 wrote:

What would I do for bazel with that?

https://github.com/llvm/llvm-project/pull/157746


More information about the libc-commits mailing list