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 74d3956 commit bd9c4dcCopy full SHA for bd9c4dc
ci/run.sh
@@ -86,10 +86,6 @@ cargo_test() {
86
powerpc64*)
87
cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
88
;;
89
- # Miscompilation: https://github.com/rust-lang/rust/issues/112460
90
- arm*)
91
- cmd="$cmd --skip vld2q_dup_f32"
92
- ;;
93
esac
94
95
if [ "$SKIP_TESTS" != "" ]; then
0 commit comments