Commit 122862f6 authored by ahaas's avatar ahaas Committed by Commit bot

[wasm] Turn on tests for float-to-int conversion in test-run-wasm-64.

R=titzer@chromium.org

Review URL: https://codereview.chromium.org/1808153002

Cr-Commit-Position: refs/heads/master@{#34854}
parent da3b2661
......@@ -73,10 +73,10 @@
V(I64Clz, true) \
V(I64Popcnt, !MIPS_OR_X87) \
V(I32ConvertI64, true) \
V(I64SConvertF32, false) \
V(I64SConvertF64, false) \
V(I64UConvertF32, false) \
V(I64UConvertF64, false) \
V(I64SConvertF32, true) \
V(I64SConvertF64, true) \
V(I64UConvertF32, true) \
V(I64UConvertF64, true) \
V(I64SConvertI32, true) \
V(I64UConvertI32, true) \
V(F32SConvertI64, true) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment