Commit 5c44e14c authored by ahaas's avatar ahaas Committed by Commit bot

[wasm] Turn on all wasm instructions on 64bit platforms.

R=titzer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#32807}
parent a1e9ccf9
......@@ -115,13 +115,12 @@ bool WasmOpcodes::IsSupported(WasmOpcode opcode) {
case kExprF32UConvertI64:
case kExprF64SConvertI64:
case kExprF64UConvertI64:
#endif
case kExprI64SConvertF32:
case kExprI64SConvertF64:
case kExprI64UConvertF32:
case kExprI64UConvertF64:
#endif
return false;
default:
return 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