tgsi/doc: Fix typo.

This commit is contained in:
Michal Krol 2009-04-01 11:25:58 +02:00
parent 998234ced2
commit 9d77663abb
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ TGSI Instruction Specification
dst.w = round(src.w)
1.3.10 EXPBASE2 - Exponent Base 2
1.3.10 EXPBASE2 - Exponential Base 2
dst.x = pow(2.0, src.x)
dst.y = pow(2.0, src.x)