AntoinePrv commented on code in PR #49756:
URL: https://github.com/apache/arrow/pull/49756#discussion_r3118821844
##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -191,6 +191,9 @@ takes precedence over ccache if a storage backend is
configured" ON)
"SSE4_2"
"AVX2"
"AVX512"
+ "SVE128" # fixed size SVE
+ "SVE256" # "
+ "SVE512" # "
Review Comment:
Since we do not use sizeless SVE, we need to rebuild the SIMD code for each
size, so it can be desirable to choose how big the binary will be.
--
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]