blob: 28c0e0aa157f6c2182f40ecb1d115fc52cda9b4e [file] [log] [blame]
if (!this.hasOwnProperty("SIMD"))
quit();
var Float64x2 = SIMD.Float64x2;
function test() {
var a = Float64x2(1, 2);
}
test();
test();