westonpace commented on issue #34277:
URL: https://github.com/apache/arrow/issues/34277#issuecomment-1444446925
Probably what we want to do is create a small file that crashes and then use
cmake's try_run to set a definition that we can use to fallback to the software
implementation. I can do that part if you can help me figure out what program
crashes. Can you see if the following program crashes on your system?
```
int main() {
return __builtin_popcount(17) == 2 ? 0 : 1;
}
```
--
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]