summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/SIMD/bug953108.js
blob: a8ae80e17098d95a095c07bc2af2a6b401a64466 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 */

if (!this.hasOwnProperty("TypedObject") || !this.hasOwnProperty("SIMD"))
  quit();

var Float32x4 = SIMD.Float32x4;
Float32x4.array(1);