blob: a196aa28fc826f91ce9e11318cc6a38160e678d6 (
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(2, 3);
|