aarch64: implement correct float-to-int conversion semantics;

These are inherited from wasm semantics.
This commit is contained in:
Benjamin Bouvier
2020-04-22 19:10:22 +02:00
parent cb896e0be3
commit de92b7e014
3 changed files with 205 additions and 1 deletions

View File

@@ -242,7 +242,6 @@ fn should_panic(testsuite: &str, testname: &str) -> bool {
| ("simd", _)
| ("multi_value", "call")
| ("spec_testsuite", "call")
| ("spec_testsuite", "conversions")
| ("spec_testsuite", "i32")
| ("spec_testsuite", "i64")
| ("spec_testsuite", "int_exprs")