We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c876d71 commit 99b2feaCopy full SHA for 99b2fea
libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp
@@ -16,6 +16,10 @@
16
// clang: error: unable to execute command: Illegal instruction: 4
17
// XFAIL: target=x86_64-apple-macosx13.7
18
19
+// FIXME: The following issue occurs on Windows to Armv7 Ubuntu Linux:
20
+// Assertion failed: N->getValueType(0) == MVT::v1i1 && "Expected v1i1 type"
21
+// XFAIL: target=armv7-unknown-linux-gnueabihf
22
+
23
// <experimental/simd>
24
//
25
// [simd.class]
0 commit comments