mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 06:54:26 +03:00
added Float16Array (bnoordhuis) - optimized float16 conversion functions
This commit is contained in:
@@ -108,7 +108,7 @@ explicit-resource-management=skip
|
||||
exponentiation
|
||||
export-star-as-namespace-from-module
|
||||
FinalizationRegistry
|
||||
Float16Array=skip
|
||||
Float16Array
|
||||
Float32Array
|
||||
Float64Array
|
||||
for-in-order
|
||||
@@ -344,12 +344,6 @@ test262/test/staging/sm/JSON/parse-with-source.js
|
||||
test262/test/staging/sm/RegExp/flags.js
|
||||
test262/test/staging/sm/RegExp/prototype.js
|
||||
|
||||
# no f16
|
||||
test262/test/staging/sm/Math/f16round.js
|
||||
test262/test/staging/sm/TypedArray/sort_small.js
|
||||
test262/test/staging/sm/extensions/dataview.js
|
||||
test262/test/staging/sm/TypedArray/toString.js
|
||||
|
||||
# not standard
|
||||
test262/test/staging/sm/Function/builtin-no-construct.js
|
||||
test262/test/staging/sm/Function/function-caller-restrictions.js
|
||||
|
Reference in New Issue
Block a user