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
Input / output of int64 -> uint64 and uint64 -> int64 need to go through
floating point types as they are stored and loaded. If the best floating point
type is not capable of 64 bits of integer precision, there will be rounding
error; we need to take this into account.
0 commit comments