On 24 October 2014 00:28, André Hentschel <nerv(a)dawncrow.de> wrote:
> +typedef enum _D3DX_CPU_OPTIMIZATION
> +{
> + D3DX_NOT_OPTIMIZED = 0,
> + D3DX_3DNOW_OPTIMIZED = 1,
> + D3DX_SSE2_OPTIMIZED = 2,
> + D3DX_SSE_OPTIMIZED = 3
> +} D3DX_CPU_OPTIMIZATION;
I think this should be in d3dx10math.h.
> + FIXME("%i - stub\n", enable);
I'd like to see that as "FIXME("enable %#x stub!\n", enable);" for
consistency with other D3D code, but I don't think it's a big deal.