We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9477a6b commit 1a5bc39Copy full SHA for 1a5bc39
src/test/run-pass/simd-intrinsic-float-math.rs
@@ -11,6 +11,10 @@
11
// ignore-emscripten
12
// ignore-android
13
14
+// FIXME: this test fails on arm-android because the NDK version 14 is too old.
15
+// It needs at least version 18. We disable it on all android build bots because
16
+// there is no way in compile-test to disable it for an (arch,os) pair.
17
+
18
// Test that the simd floating-point math intrinsics produce correct results.
19
20
#![feature(repr_simd, platform_intrinsics)]
0 commit comments