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 just realized that by default glam will probably use non-determinisic hardware implementations of sqrt and other similar functions. We should force it to use libm so that we don't run into determinism issues once we get networking started.
The text was updated successfully, but these errors were encountered:
zicklag
changed the title
Evaluate libm feature on glam for deterministic math.
Force libm feature on glam for deterministic math.
Feb 17, 2023
I just realized that by default
glam
will probably use non-determinisic hardware implementations ofsqrt
and other similar functions. We should force it to uselibm
so that we don't run into determinism issues once we get networking started.The text was updated successfully, but these errors were encountered: