Skip to content

Commit 4b05a12

Browse files
committed
[libc++] Fix simd_unary.pass.cpp with AppleClang
When using AppleClang the `clang` feature flag is not set, but the compiler supports `-flax-vector-conversions=integer`. This adds another `ADDITIONAL_COMPILE_FLAGS` for AppleClang to fix the CI.
1 parent 10da6f0 commit 4b05a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// FIXME: This should work with -flax-vector-conversions=none
1616
// ADDITIONAL_COMPILE_FLAGS(clang): -flax-vector-conversions=integer
17+
// ADDITIONAL_COMPILE_FLAGS(apple-clang): -flax-vector-conversions=integer
1718

1819
// <experimental/simd>
1920
//

0 commit comments

Comments
 (0)