GPU/Shader Instruction Set: Difference between revisions
Line 831: | Line 831: | ||
| max(0, NaN) | | max(0, NaN) | ||
| NaN | | NaN | ||
| | | max and min violate IEEE but match GLSL spec | ||
|- | |- | ||
| max(NaN, 0) | | max(NaN, 0) |
Line 831: | Line 831: | ||
| max(0, NaN) | | max(0, NaN) | ||
| NaN | | NaN | ||
| | | max and min violate IEEE but match GLSL spec | ||
|- | |- | ||
| max(NaN, 0) | | max(NaN, 0) |