зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
e33e3eaf64
Коммит
955ff5438d
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче