shubhamvishu commented on PR #15508:
URL: https://github.com/apache/lucene/pull/15508#issuecomment-3894896454
@dweiss I pushed a version that's much less intrusive and tried to
simplify/refactor some bits as you suggested. Now we do not even initialize the
`NativeVectorUtilSupport` class(confirmed by deliberately throwing an exception
in static block) unless If the user has user has opted-in for it by passing
`-Dlucene.useNativeDotProduct=true` property. So the normal/current codepath
remains unchanged and continues with Panama.
Let me know your thoughts!
--
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]