pitrou commented on PR #36705: URL: https://github.com/apache/arrow/pull/36705#issuecomment-1651969765
> Here are candidate solutions: > > 1. `-DARROW_RUNTIME_SIMD_LEVEL=OFF` > > 2. Remove `ENV.runtime_cpu_detection if Hardware::CPU.intel?` You could pass `-DARROW_RUNTIME_SIMD_LEVEL=SSE4_2` on Intel, but that wouldn't change anything concretely, as we don't do any SSE4.2 runtime dispatch (only AVX2 and AVX512). -- 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]
