mapleFU commented on PR #40335:
URL: https://github.com/apache/arrow/pull/40335#issuecomment-1982724398
@cyb70289 I may ask a stupid question here:
```
/arrow/cpp/src/arrow/util/byte_stream_split_internal.h:161:69: error: no
matching function for call to 'xsimd::batch<signed char,
xsimd::neon64>::batch(xsimd::batch<int, xsimd::neon64>)'
161 | static_cast<int32_batch>(stage[2][i +
4])));
```
In arm64 this error is raised, how should I fix this? ( It compiles on my M1
MacOS, and I expect neon called here )
--
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]