#1 Added by Fyrosfreddy 7 years ago
---
#2 Added by Lopyrech 7 years ago
#3 Added by Karu 7 years ago
Newer compiler might produce different machine code, but the behaviour of the code is still the same, whether it's compiled with a 1990-era compiler or a 2017-one, thankfully. There is no such thing as tooling changing the monster spawn.
#4 Added by Fyrosfreddy 7 years ago
Edited 3 times | Last edited by Fyrosfreddy (7 years ago)
#5 Added by Lopyrech 7 years ago
LopyrechNewer compiler might produce different machine code, but the behaviour of the code is still the same, whether it's compiled with a 1990-era compiler or a 2017-one, thankfully. There is no such thing as tooling changing the monster spawn.32bit app has access to 387 fpmath, but 64bit apps are using sse emulation. Compiler switches again modify sse behaviour.So 32bit gives different results than 64bit and 64bit gives different results based compiler switches. Its not like 2+2 = 3 all of the sudden, but ryzom does not use integer part much from those expressions.Thats why weather is full integer math (hash) now.
#6 Added by Fyrosfreddy 7 years ago
Edited 2 times | Last edited by Fyrosfreddy (7 years ago)
#7 Added by Yubina 7 years ago
#8 Added by Bitttymacod 7 years ago
powered by ryzom-api