You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/19 09:17:58 UTC

[GitHub] [arrow] pitrou commented on pull request #10945: ARROW-13602: [C++] fix strict aliasing warning in bit util test

pitrou commented on pull request #10945:
URL: https://github.com/apache/arrow/pull/10945#issuecomment-901751179


   > Certain platforms don't use 32 bit for float and 64 bit for double
   
   Really? Which platforms are they? I don't think Arrow will work at all on them (we currently rely on the fact that the C `double` (respectively `float`) type is a IEEE 64-bit (resp. 32-bit) binary floating-point number.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org