Some saturation tests fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export uniform int width() { return programCount; }
|
||||
|
||||
export void f_f(uniform float RET[], uniform float aFOO[]) {
|
||||
uniform int8 a = -32768, b = 32767; // min and max signed int16
|
||||
uniform int16 a = -32768, b = 32767; // min and max signed int16
|
||||
RET[programIndex] = psubs(a, b);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user