tgsi: fix compile when HIGH_PRECISION not defined

This commit is contained in:
Keith Whitwell
2008-04-25 14:20:02 +01:00
parent 14cfcb1820
commit 2325d19597
+1 -1
View File
@@ -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 ) );