Hacker News new | ask | show | jobs
by Dylan16807 1895 days ago
Floating point works just fine for lockstep simulation!

What you need to avoid using is special functions that can vary based on your CPU model. Once you do that, integer lockstep and floating point lockstep are of similar difficulty.