i965: fix comment

This commit is contained in:
Brian Paul
2008-12-31 17:16:27 -07:00
parent 914fcbafdb
commit e262da8040
+1 -1
View File
@@ -606,7 +606,7 @@ static void emit_nrm( struct brw_vs_compile *c,
else
brw_DP4(p, tmp, arg0, arg0);
/* tmp = 1 / tmp */
/* tmp = 1 / sqrt(tmp) */
emit_math1(c, BRW_MATH_FUNCTION_RSQ, tmp, tmp, BRW_MATH_PRECISION_FULL);
/* dst = arg0 * tmp */