diff options
author | Gwan-gyeong Mun <[email protected]> | 2017-08-23 00:29:44 +0900 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-08-23 14:09:22 +0200 |
commit | 9aabf80ef3c1f2a320e83643a9edf96b1e483133 (patch) | |
tree | 4c3d0a23bd1457edb8b3e38a535dd3b022b5f79a /src/gallium/docs | |
parent | 26996ec3b8d84b981b7e55d4d0982cb9df444728 (diff) |
gallium/docs: Add missing word "Not"
Signed-off-by: Mun Gwan-gyeong <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index b148c3c9394..f9b1385e55a 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -1762,7 +1762,7 @@ two-component vectors with doubled precision in each component. dst.z = src0.zw == src1.zw ? \sim 0 : 0 -.. opcode:: DSNE - Set on Equal +.. opcode:: DSNE - Set on Not Equal .. math:: |