Update cranelifte and enable more SIMD spec tests (#806)

* Update cranelift to 0.54

* Enable entire SIMD spec test directory and skip failing tests
This commit is contained in:
Andrew Brown
2020-01-10 17:02:42 -08:00
committed by Dan Gohman
parent ad2e94fce3
commit f592811c9a
7 changed files with 47 additions and 55 deletions

View File

@@ -19,7 +19,7 @@ memoffset = "0.5.3"
itertools = "0.8.2"
capstone = "0.6.0"
thiserror = "1.0.9"
cranelift-codegen = "0.53"
cranelift-codegen = "0.54"
multi_mut = "0.1"
either = "1.5"
typemap = "0.3"