Regenerated.

* app/composite/gimp-composite-{mmx,sse,sse2,altivec,vis}.c: Regenerated.

* app/composite/gimp-composite-regression.[ch]: Ensure all ints
  are now unsigned longs.

* app/composite/gimp-composite-sse2.c (gimp_composite_addition_rgba8_rgba8_rgba8_sse2):
  Enclosed the troublesome (rather dense) asm construct in
  __OPTIMIZE__ in which case the compiler can successfully
  allocate enough registers to load up the asm()
This commit is contained in:
Helvetix Victorinox
2003-09-17 05:43:28 +00:00
parent d9996103cc
commit 9c64fde3d1
12 changed files with 110 additions and 41 deletions

View File

@ -211,7 +211,7 @@ main (int argc, char *argv[])
putenv ("GIMP_COMPOSITE=0x1");
iterations = 1;
n_pixels = 163921;
n_pixels = 1048593;
argv++, argc--;
while (argc >= 2) {