diff options
| -rwxr-xr-x | library/stdarch/ci/run.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh index eb42a0ddaa9..dc9fe296dc9 100755 --- a/library/stdarch/ci/run.sh +++ b/library/stdarch/ci/run.sh @@ -86,10 +86,6 @@ cargo_test() { powerpc64*) cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte" ;; - # Miscompilation: https://github.com/rust-lang/rust/issues/112460 - arm*) - cmd="$cmd --skip vld2q_dup_f32" - ;; esac if [ "$SKIP_TESTS" != "" ]; then |
