Some saturation tests fixes

This commit is contained in:
Vsevolod Livinskij
2013-12-06 17:20:37 +04:00
parent 7642bdd73b
commit ea94658411
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ export uniform int width() { return programCount; }
export void f_f(uniform float RET[], uniform float aFOO[]) {
uniform int8 a = 127, b = 127; // max signed int8
RET[programIndex] = padds(a1, b1);
RET[programIndex] = padds(a, b);
}
export void result(uniform float RET[]) {