[libcxx-commits] [libcxx] [libc++] <experimental/simd> Fix	conversion constructor (PR #74693)
    Louis Dionne via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Dec  7 06:04:11 PST 2023
    
    
  
================
@@ -8,6 +8,7 @@
 
 // UNSUPPORTED: c++03, c++11, c++14
 // XFAIL: target=powerpc{{.*}}le-unknown-linux-gnu
+// ADDITIONAL_COMPILE_FLAGS: -O3
----------------
ldionne wrote:
We should remove this before landing this patch. We don't want to hardcode the optimization setting in this test. When I land my PR we'll have a CI configuration that tests everything with optimizations enabled so it'll cover that.
https://github.com/llvm/llvm-project/pull/74693
    
    
More information about the libcxx-commits
mailing list