AntoinePrv commented on issue #47946: URL: https://github.com/apache/arrow/issues/47946#issuecomment-3450068283
Yes, I look into it. From: https://github.com/conda-forge/arrow-cpp-feedstock/pull/1875#issuecomment-3443475391 > Yes, seems like a bug to me if the file requires AVX2 at compile time shouldn't only use the append_runtime_avx2_src macro but should also check ARROW_SIMD_LEVEL as the append_runtime_avx2_src macro only validates the ARROW_RUNTIME_SIMD_LEVEL flag. Should I deduce that `ARROW_SIMD_LEVEL=NONE` also deactivates runtime SIMD? Or that the AVX2 runtime code should be wraped in `#ifdef ARROW_HAVE_RUNTIME_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]
