Skip to content

Commit

Permalink
Use -march=skylake-avx512
Browse files Browse the repository at this point in the history
  • Loading branch information
Thihup committed May 27, 2024
1 parent 84ed80c commit 5983cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.thihup.jvisualg.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<buildArg>-H:+ForeignAPISupport</buildArg>
<buildArg>--features=dev.thihup.jvisualg.ide.NativeImageFeature</buildArg>
<buildArg>-Ob</buildArg>
<buildArg>-march=x86-64-v2</buildArg>
<buildArg>-march=skylake-avx512</buildArg>
</buildArgs>
</configuration>
<executions>
Expand Down

0 comments on commit 5983cf8

Please sign in to comment.