summaryrefslogtreecommitdiff
path: root/testsuite/stack_align.c
Commit message (Collapse)AuthorAgeFilesLines
* [tests] fix stack alignment test on OS/XDavid Schleef2008-06-301-3/+10
|
* use an underscore for architectures that require itDavid Schleef2008-05-091-0/+9
|
* * configure.ac:David Schleef2007-03-171-12/+10
| | | | | | | | | | | | | | | | * liboil/Makefile.am: * liboil/sse/Makefile.am: * liboil/sse/composite_sse_2pix.c: * liboil/sse/composite_sse_4pix.c: * liboil/sse/sad8x8_sse.c: * liboil/sse/sse_wrapper.h: Add idea to wrap SSE2 functions that have trouble with unaligned stacks with a function that aligns the stack. From Christian Aichinger. * m4/as-gcc-inline-assembly.m4: Fix test for gcc version. * testsuite/stack_align.c: improve somewhat
* * examples/printcpu.c:David Schleef2007-02-141-0/+2
| | | | | * testsuite/stack_align.c: Fix minor errors on Solaris. Fixed #9824.
* * configure.ac:David Schleef2006-11-051-1/+16
| | | | | | | | | | | | | | | | | | | | | | | * liboil/Makefile.am: * liboil/amd64/Makefile.am: * liboil/amd64/empty.c: * liboil/i386/Makefile.am: * liboil/i386/clamp.c: * liboil/i386/idct8x8_i386.c: * liboil/i386/mt19937.c: * liboil/i386/resample.c: * liboil/i386/sum.c: * liboil/i386/swab.c: * liboil/i386_amd64/Makefile.am: * liboil/i386_amd64/clamp.c: * liboil/i386_amd64/idct8x8_i386.c: * liboil/i386_amd64/mt19937.c: * liboil/i386_amd64/resample.c: * liboil/i386_amd64/sum.c: * liboil/i386_amd64/swab.c: * testsuite/stack_align.c: Move stuff from i386/ to i386_amd64/ that compiles on amd64 (along with a resample fix). Other random amd64 fixes.
* * testsuite/Makefile.am:David Schleef2006-07-061-0/+319
* testsuite/stack_align.c: Add test for calling functions with multiple stack alignments. Only works on i386/amd64.