Issue |
144499
|
Summary |
Some tests under libcxx/test/std/experimental/simd/ fail unless _LIBCPP_ENABLE_EXPERIMENTAL is explicitly defined during compilation.
|
Labels |
|
Assignees |
|
Reporter |
mrashad32
|
I noticed that some tests under` libcxx/test/std/experimental/simd/` fail to build unless I manually define the macro `_LIBCPP_ENABLE_EXPERIMENTAL`.
For example, this test:
`libcxx/test/std/experimental/simd/simd.class/simd_width.pass.cpp`
I think this can be confusing for people running the tests, especially if they don’t know that this macro is needed.
So my question is, to add this to the additional flags will be a good suggestion?
Thanks
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs