[PATCH] msvcr120: Implement strtof and _strtof_l (try 3)

Henri Verbeet hverbeet at gmail.com
Fri Aug 14 04:00:50 CDT 2015


On 14 August 2015 at 04:44, Bernhard Übelacker <bernhardu at vr-web.de> wrote:
> +    /*strtof*/
> +    f = p_strtof(float1, &end);
> +    ok(compare_float(f, 12.1, 4096), "f = %lf\n", f);
Is it really that inaccurate, or did you just copy 4096 from the ddraw tests?



More information about the wine-devel mailing list