Bug 1440519: Check for SIMD existence on the global object in test; r=jandem

MozReview-Commit-ID: 2ViBTsHqdMU

--HG--
extra : rebase_source : 0ee0954f37dbfa04e28c5974455501413c13e4b3
This commit is contained in:
Benjamin Bouvier 2018-02-23 11:32:18 +01:00
Родитель e33e3eaf64
Коммит 955ff5438d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,5 @@
load(libdir + 'simd.js');
var ab = new ArrayBuffer(64 * 1024);
var arr = new Uint8Array(ab);
@ -21,4 +23,3 @@ function testSimdX4() {
setJitCompilerOption('ion.warmup.trigger', 0);
testSimdX4();