amxmodx/amxmodx/JIT
IgnacioFDM b9997eb628 Fix a floatround bug (#376)
* Fix floatround overflow

floatround would overflow for floats greater than 2^30 because internally
it would double the number (therefore anything greater than 2^30 results
in something greater than 2^31 which would cause overflow of course)

floatround behaviour is left exactly identical otherwise (although I find
it very weird and wrong to deliberately avoid banker's rounding, it would
be a bad idea to change this behaviour due to compatibility)

Remember to reassemble amxexecn and amxjitsn

* Update the compiled object files
2016-06-27 12:23:08 +02:00
..
amxexecn-darwin.o Fix a floatround bug (#376) 2016-06-27 12:23:08 +02:00
amxexecn.o Fix a floatround bug (#376) 2016-06-27 12:23:08 +02:00
amxexecn.obj Fix a floatround bug (#376) 2016-06-27 12:23:08 +02:00
amxjitsn-darwin.o Fix a floatround bug (#376) 2016-06-27 12:23:08 +02:00
amxjitsn.o Fix a floatround bug (#376) 2016-06-27 12:23:08 +02:00
amxjitsn.obj Fix a floatround bug (#376) 2016-06-27 12:23:08 +02:00
helpers-darwin-x86.o Rebuilt compiler binaries and built new binaries for OS X. 2013-02-13 01:16:41 -06:00
helpers-x86.o Rebuilt compiler binaries and built new binaries for OS X. 2013-02-13 01:16:41 -06:00
helpers-x86.obj fixed corrupt file loads smashing the stack 2006-03-18 22:10:05 +00:00
natives-amd64.o natives-amd64.o fixed? 2006-04-07 07:18:52 +00:00
natives-darwin-x86.o Rebuilt compiler binaries and built new binaries for OS X. 2013-02-13 01:16:41 -06:00
natives-x86.o Rebuilt compiler binaries and built new binaries for OS X. 2013-02-13 01:16:41 -06:00
natives-x86.obj Rebuilt compiler binaries and built new binaries for OS X. 2013-02-13 01:16:41 -06:00