tgsi: fix compile when HIGH_PRECISION not defined
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 25 Apr 2008 13:20:02 +0000 (14:20 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 25 Apr 2008 13:20:26 +0000 (14:20 +0100)
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c

index c3295a27fff1b9e3d86145f6a6ab4c068fdc3f81..559370e613aedad059d8aaf28304704fa9cd6e0a 100755 (executable)
@@ -854,7 +854,7 @@ emit_rsqrt(
    /* On Intel CPUs at least, this is only accurate to 12 bits -- not
     * good enough.
     */
-   emit_rsqrtps(
+   sse_rsqrtps(
       func,
       make_xmm( xmm_dst ),
       make_xmm( xmm_src ) );