mccullocht commented on PR #15148:
URL: https://github.com/apache/lucene/pull/15148#issuecomment-3246637241

   I suspect that this won't be slower in the scalar path either, as IIUC java 
will implicitly widen to `int` on any arithmetic operation and processors will 
typically have both signed and unsigned widen. The `boolean signed` is 
deliberately not part of any public API to minimize confusion. Hopefully the 
JVM uses this to monomorphize the functions.
   
   I'm getting 403s downloading the luceneutil testdata today but hopefully 
I'll be able to get some numbers soon.


-- 
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]

Reply via email to