dweiss commented on PR #12737: URL: https://github.com/apache/lucene/pull/12737#issuecomment-1786839902
Out of curiosity I checked (by sysouting the status of the constant): -XX:+-UseFMA is passed to forked JVMs, so these incantations of jmh are equivalent: ``` java -XX:-UseFMA -jar lucene\benchmark-jmh\build\benchmarks\lucene-benchmark-jmh-10.0.0-SNAPSHOT.jar "VectorUtilBenchmark\.float.*Scalar" -p size=1024 java -jar lucene\benchmark-jmh\build\benchmarks\lucene-benchmark-jmh-10.0.0-SNAPSHOT.jar "VectorUtilBenchmark\.float.*Scalar" -p size=1024 -jvmArgs "-XX:-UseFMA" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
