-
Notifications
You must be signed in to change notification settings - Fork 2
JVM args setup guide
ITsMrToad edited this page May 31, 2026
·
3 revisions
For the SIMD functions you need to add --add-modules jdk.incubator.vector to JVM args in your launcher.
Detailed guide for launchers ↓ (WIP)
- Select instance and open its settings
- Select "Java and memory" category
-
Tick "Use custom arguments" box and add argument
--add-modules jdk.incubator.vector
- Open "Installations" category
- Select instance and open "More options"
-
Find field "JVM Arguments" and add argument
--add-modules jdk.incubator.vector
- Select an instance click "Edit"
- Select the "Settings" category
-
Tick the "Java Arguments" box and add the argument
--add-modules jdk.incubator.vector