[v9 4/6] d3dx9: Add basic opcodes to preshader.

Matteo Bruni matteo.mystral at gmail.com
Wed Apr 6 08:43:45 CDT 2016


2016-04-01 13:21 GMT+02:00 Paul Gofman <gofmanp at gmail.com>:

> +static double pres_rsq(double *args, int ncomp)
> +{
> +double v;

Indentation. You could also probably rename ncomp to just n.

Also I get this on 32 bit:

effect.c:3838: Test succeeded inside todo block: Operation rsq,
component 2, expected 0x3f2c985c, got 0x3f2c985c (0.6742).
effect.c:3838: Test succeeded inside todo block: Operation rsq,
component 3, expected 0x1f800001, got 0x1f800001 (5.42101e-20).



More information about the wine-devel mailing list