Remix.run Logo
bobmcnamara 3 days ago

> Non-determinism occurs in programs running on intel

FTFY. They even changed some of the more obscure handling between 8087,80287,80387. So much hoop jumping if you cared about binary reproducibility.

Seems to be largely fixed with targeting SSE even for scalar code now.