blob: f3406ac44a066bde797d99d6ee495dbb7cf47469 (
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(0, 3);
|