rmuir commented on PR #14896: URL: https://github.com/apache/lucene/pull/14896#issuecomment-3042186792
honestly, to make it reasonable and prevent traps like this, a good approach would be to support less stuff: e.g. only support 256-bit SVE on ARM and 256-bit AVX2 on x86. by ditching NEON and AVX-512, it would be simpler for us to maintain and reduce traps. Of course I imagine this would be controversial, I'm just discussing ways we can make our lives easier. at least we can start by ditching SSE2/AVX-128, I figure this shouldn't be controversial: https://github.com/apache/lucene/pull/14901 -- 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