rmuir commented on PR #14242:
URL: https://github.com/apache/lucene/pull/14242#issuecomment-2659247757

   > Double checking that it works for you too @rmuir?
   
   As long as we fix javadocs of VectorSpecies.loopBound to match :) 
   
   Vector operations loops are not the place to optimize or try to reshuffle 
code. I can't tell you how many times I have "slightly rearranged loop" and 
then it is not longer vectorized by the compiler. It is stupidly annoying when 
trying to use the vector API. So that's why the code was written "by the book" 
in this way.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to