On 14 August 2015 at 04:44, Bernhard Übelacker <bernhardu(a)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?