We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740c162 commit 03a390aCopy full SHA for 03a390a
README.md
@@ -50,8 +50,9 @@ Versions
50
51
* Viktor `2.0.0` relies fully on [Java Vector API](https://openjdk.org/jeps/448) and requires at least Java 21.
52
- Supports Vector API acceleration on all Java compatible platforms.
53
+ - `--add-modules jdk.incubator.vector` is required since the API is still in incubator.
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.
56
- SSE2 and AVX,
57
- amd64 / x86-64,
58
- Linux, Windows and MacOS.
0 commit comments