GDL on ARM64 machines ( can be YOUR Mac ) #1948
GillesDuvert
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ARM64 architecture does not handle floating-point to integer conversions identically as INTEL-based computers. See e.g., https://embeddeduse.com/2013/08/25/casting-a-negative-float-to-an-unsigned-int
Would somebody having access to a running IDL on a M1/M2 Mac check if it keeps a consistent behaviour, i.e., that float-to-integer conversion is done identically as on intel64 machines?
To recall, a simple check
return for ARM64 based machines would be
if no special care was taken.
Beta Was this translation helpful? Give feedback.
All reactions