Workaround for dtoa.c
There is no obvious reason why multiplying by 1.0 helps solve a precision problem on gcc-7 or clang-5, but it does work. Casting to ulong however makes the problem come up again. Windows warns about loss of precision, so to quiet warnings until an appropriate fix is implemented, ifdef 2 versions of the code.
Showing
Please register or sign in to comment