uschindler commented on PR #12311:
URL: https://github.com/apache/lucene/pull/12311#issuecomment-1575498632

   > Does the Panama API give us any insight into the underlying capabilities 
of the CPU? Not just which versions/widths of SIMD instructions are supported 
(in a general cross-platform sort of way I guess), but also how much "true" 
concurrency of these SIMD instructions is supported?
   
   Unfortunately, no. We get the preferred species size and number of lanes.
   
   But everything that does not work on hardware is emulated in damn slow 
interpreted code.
   


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