|
|
|
|
|
by nightowl_games
733 days ago
|
|
Not primarily. There were weirder CPUs in the past. Today's CPUs have largely converged on floating point operations. Basically just sin/cos/tan differ now. It's possible to write fully cross platform deterministic code today, but it's harder to do and uncommon in libraries. Writing state synchronization and using client side prediction is generally easier. Determinism is only necessary if there are bandwidth constraints. |
|