SPIRV-Cross/reference/opt
Chip Davis 6d675ae6a2 Correct carry/borrow bit checks.
Don't use `addsat()`/`subsat()`; that'll erroneously flag cases where
the sum is exactly the maximum integer value, or the difference is
exactly 0. Also, correct the condition for the `select()` function; it's
basically `mix()` with a boolean factor.

(What was I *thinking*?)
2018-11-14 10:13:56 -06:00
..
shaders GLSL: Support extended arithmetic opcodes. 2018-11-13 14:50:46 +01:00
shaders-hlsl Deal with depth_greater/depth_less qualifiers. 2018-11-12 10:35:36 +01:00
shaders-msl Correct carry/borrow bit checks. 2018-11-14 10:13:56 -06:00