uschindler commented on PR #12737:
URL: https://github.com/apache/lucene/pull/12737#issuecomment-1787985763
   Anyways there's something problematic:
   
   FMA is slow with C2 disabled. In Panama Vector mode we detect this earlier 
and fallback to scalar variant. But with this patch the scalar variant is also 
slow because it uses big decimal.
   
   I have not checked this (we have no logging in scalar mode), but from other 
hotspot options the C2 options are invalid when C2 is not used.
   
   I just mention this here. Maybe we should move the panama C2 detection also 
as a boolean to Constants.


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