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
We were having issues with this line of code. There was a difference in the order of procs on macos aarch64 vs on linux x64 which lead to differences(failures) in our mono tests. For all uses of MutMap we should use index map hashing instead of wyhash. That should avoid surprise differences in order.
We were having issues with this line of code. There was a difference in the order of
procs
on macos aarch64 vs on linux x64 which lead to differences(failures) in our mono tests. For all uses ofMutMap
we should use index map hashing instead of wyhash. That should avoid surprise differences in order.The text was updated successfully, but these errors were encountered: