Issue #2307 - Part 3: Remove SIMD.js support

This gets rid of the SIMD-specific scalar types in JS.
This considerably deviates from Mozilla's work because of our divergent
path.
This commit is contained in:
Moonchild 2023-09-18 16:57:09 +02:00 committed by roytam1
commit 50a4412750
159 changed files with 274 additions and 21314 deletions

View file

@ -79,7 +79,6 @@ var ecmaGlobals =
"RegExp",
"Set",
{name: "SharedArrayBuffer", release: false},
{name: "SIMD", nightly: true},
{name: "Atomics", release: false},
"StopIteration",
"String",