diff options
author | Gwan-gyeong Mun <[email protected]> | 2017-08-23 00:57:18 +0900 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-08-23 14:09:49 +0200 |
commit | 9649c6accedf091e294efe724fd3103aba1ca0f0 (patch) | |
tree | 3a8638912476049e7798d037f0f89b6760652487 /.travis.yml | |
parent | 9aabf80ef3c1f2a320e83643a9edf96b1e483133 (diff) |
gallium/docs: Fix the math formula of U2I64
before:
dst.xy = (uint64_t) src0.x
dst.zw = (uint64_t) src0.y
after:
dst.xy = (int64_t) src0.x
dst.zw = (int64_t) src0.y
Signed-off-by: Mun Gwan-gyeong <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions