You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added github actions to check the repo
* added build ignore for gh action checks; set system path to include h5cc
* minor fix for non-osx
* updated to HDF5 1.12.1
* See #178 and r-lib/bit64#19
I tested
bit64::as.integer64(2^63)
on x86 ubuntu vs ARM M1 OSX,I was wondering if this is expected behavior?
I tested the following script:
On x64 ubuntu server, print_bit(2^63) prints
-9223372036854775808
, but on M1 mac, it prints9223372036854775807
The text was updated successfully, but these errors were encountered: