Skip to content

Commit 67c1a14

Browse files
committed
[GR-22210] Remove SIMD implementation.
PullRequest: js/1449
2 parents 9f40698 + d0b58d2 commit 67c1a14

File tree

20 files changed

+6
-5189
lines changed

20 files changed

+6
-5189
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The main focus is on user-observable behavior of the engine.
2121
* Enabled the [Hashbang Grammar](https://github.com/tc39/proposal-hashbang) proposal, by enabling the `--js.shebang` option by default in ECMAScript 2020 or later.
2222
* Updated ICU4J library to version 66.1.
2323
* Moved `String.prototype.replaceAll` to ECMAScript version 2021 (`--js.ecmascript-version=2021`).
24+
* Removed [SIMD.js](https://github.com/tc39/ecmascript_simd) implementation.
2425

2526
## Version 20.0.0
2627
* Implemented support for public and private class fields, both instance and static (based on the [class fields](https://github.com/tc39/proposal-class-fields) and [static class features](https://github.com/tc39/proposal-static-class-features) proposals). This feature is available by default in Node.js and can be enabled using the experimental option `js.class-fields`.

graal-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/simd/SIMDTest.java

Lines changed: 0 additions & 445 deletions
This file was deleted.

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/simd/JSConstructSIMDTypeNode.java

Lines changed: 0 additions & 90 deletions
This file was deleted.

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/simd/SIMDBoolFunctionBuiltins.java

Lines changed: 0 additions & 155 deletions
This file was deleted.

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/builtins/simd/SIMDBuiltins.java

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)