loqs commented on issue #12681: URL: https://github.com/apache/arrow/issues/12681#issuecomment-1079537331
Adding any of ```-mno-sse``` ```-mno-sse2``` ```-mno-sse3``` to CXXFLAGS and the tests pass. Replacing ```-DARROW_SIMD_LEVEL=AVX2``` with ```-DARROW_SIMD_LEVEL=NONE -DARROW_RUNTIME_SIMD_LEVEL=AVX512``` and the tests also pass. This is all on an AMD system that supports up to avx2. -- 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]
