SPIRV-Cross/reference/shaders-msl/asm
Chip Davis d3233690cb MSL: Support unordered relational operators.
The SPIR-V spec says that these check if the operands either are
unordered or satisfy the given condition. So that's just what we'll do,
using Metal's `isunordered()` stdlib function. Apple's optimizers ought
to be able to collapse that to a single unordered compare.
2018-08-31 13:54:42 -05:00
..
comp MSL: Fix naming issue of aliased global variables. 2018-08-27 09:59:55 +02:00
frag MSL: Support unordered relational operators. 2018-08-31 13:54:42 -05:00
vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00