Skip to content

Commit

Permalink
Update changes to be correct with ARM (it is called NEON there)
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed May 26, 2023
1 parent 24712d7 commit f5f2577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ New Features
squareDistance(), cosine() with Java 20 jdk.incubator.vector APIs. Applications started
with command line parameter "java --add-modules jdk.incubator.vector" on exactly Java 20
will automatically use the new vectorized implementations if running on a supported platform
(x86 AVX2 or later, ARM SVE or later). This is an opt-in feature and requires explicit Java
(x86 AVX2 or later, ARM NEON). This is an opt-in feature and requires explicit Java
command line flag! When enabled, Lucene logs a notice using java.util.logging. Please test
thoroughly and report bugs/slowness to Lucene's mailing list.
(Chris Hegarty, Robert Muir, Uwe Schindler)
Expand Down

0 comments on commit f5f2577

Please sign in to comment.