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
I have dealt with the rem (more specifically unsafe_trunc) problem on ARM, mainly with PR #136, #223.
However, this code seems to cause bad problems under certain conditions. (cf. JuliaLang/julia#54264)
That is only likely to happen on ARM, but it can also happen on x86_64 (e.g., -1 % N0f8).
The text was updated successfully, but these errors were encountered:
I have dealt with the
rem
(more specificallyunsafe_trunc
) problem on ARM, mainly with PR #136, #223.However, this code seems to cause bad problems under certain conditions. (cf. JuliaLang/julia#54264)
That is only likely to happen on ARM, but it can also happen on x86_64 (e.g., -1 % N0f8).
The text was updated successfully, but these errors were encountered: