pitrou opened a new issue, #36663: URL: https://github.com/apache/arrow/issues/36663
### Describe the bug, including details regarding any error messages, version, and platform. The default for `ARROW_SIMD_LEVEL` is described as `NONE` but it's actually `DEFAULT`. The default for `ARROW_RUNTIME_SIMD_LEVEL` is described as `NONE` but it's actually `MAX`. ``` -- ARROW_SIMD_LEVEL=SSE4_2 [default=NONE|SSE4_2|AVX2|AVX512|NEON|SVE|SVE128|SVE256|SVE512|DEFAULT] -- Compile-time SIMD optimization level -- ARROW_RUNTIME_SIMD_LEVEL=MAX [default=NONE|SSE4_2|AVX2|AVX512|MAX] -- Max runtime SIMD optimization level ``` See example at https://github.com/apache/arrow/actions/runs/5542062500/jobs/10116261017#step:6:1314 ### Component(s) C++ -- 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]
