Add support for SIMD NaN directives (#686)

* Add support for SIMD NaN directives

* Use is_*_nan helper methods for scalar NaN directives
This commit is contained in:
Andrew Brown
2019-12-06 19:47:29 -08:00
committed by Alex Crichton
parent e134505b90
commit ec8144b87d
2 changed files with 156 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ edition = "2018"
wasmtime-jit = { path = "../jit" }
wasmtime-runtime = { path = "../runtime" }
wasmtime-environ = { path = "../environ" }
wast = "3.0.0"
wast = "4.0.0"
anyhow = "1.0.19"
target-lexicon = "0.9.0"