25-03-2018, 04:54 PM
(15-03-2018, 03:10 PM)DanSteph Wrote: Last x86 to x64 porting lead to some ... surprising problems as for example floating point precision which require a careful check (there are 1954 lines containing one or more float variable)
From one codemonkey to another, let me give you an invaluable piece of wisdom I was once given by a veteran who didn't stop coding despite having taken quite a few arrows to the knees. These are his very words:
Whenever you think of using a float, use a double.