Skip to content

Commit

Permalink
machinst x64: enable initial SIMD spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Jul 30, 2020
1 parent 999fa00 commit 0306f24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ fn experimental_x64_should_panic(testsuite: &str, testname: &str, strategy: &str
}

match (testsuite, testname) {
("simd", "simd_address") => return false,
("simd", "simd_f32x4_arith") => return false,
("simd", "simd_f64x2_arith") => return false,
("simd", "simd_store") => return false,
("simd", _) => return true,
_ => {}
}
Expand Down

0 comments on commit 0306f24

Please sign in to comment.