rmuir commented on issue #14763:
URL: https://github.com/apache/lucene/issues/14763#issuecomment-2955413359

   the reduction just means vector -> scalar. 
   
   We just call reduceLanes() a single time here: 
https://github.com/apache/lucene/blob/main/lucene/core/src/java24/org/apache/lucene/internal/vectorization/PanamaVectorUtilSupport.java#L157
   
   You can see a lot of effort is made to not call it unnecessary number of 
times.


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