Open sprunk opened 6 months ago
There's some C++ proposal which as far as I understand aims to add a float type with streflop-equivalent guarantees built-in. So maybe down the line we could even have sync on other archs. Not needed for dedi though. https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3375r0.html
Dedicated is just a traffic relay so shouldn't need all the x86 SSE mumbo jumbo that is normally needed for sync. The benefit is that you could host a little private server on an arm raspberry or something like that.