Skip to content

Commit 03a390a

Browse files
committed
Notes on --add-modules jdk.incubator.vector
1 parent 740c162 commit 03a390a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ Versions
5050
5151
* Viktor `2.0.0` relies fully on [Java Vector API](https://openjdk.org/jeps/448) and requires at least Java 21.
5252
- Supports Vector API acceleration on all Java compatible platforms.
53+
- `--add-modules jdk.incubator.vector` is required since the API is still in incubator.
5354
54-
* Viktor `1.2.0` supports Java 8, and fully relies on the [boost.simd](https://github.com/JetBrains-Research/boost.simd) for SIMD acceleration.
55+
* Viktor `1.2.0` supports Java 8, and relies on the [boost.simd](https://github.com/JetBrains-Research/boost.simd) for SIMD acceleration.
5556
- SSE2 and AVX,
5657
- amd64 / x86-64,
5758
- Linux, Windows and MacOS.

0 commit comments

Comments
 (0)