blob: e6d6f7e2fca8ea554388760345c3085f0f589cdd (
plain)
1
2
3
4
5
6
7
|
// |jit-test| skip-if: !wasmSimdEnabled()
// Do not include these in the preamble, they must be loaded after lib/wasm.js
load(scriptdir + "ad-hack-preamble.js")
load(scriptdir + "ad-hack-binop-preamble.js")
runSimpleBinopTest(1, 3);
|