summaryrefslogtreecommitdiff
path: root/liboil
AgeCommit message (Expand)AuthorFilesLines
2008-02-25Try again. Add ecx to clobbered registers. Fixes #14643.David Schleef2-422/+6
2008-02-25Add LIBRT to LIBADD for liboil-0.3.laDavid Schleef1-1/+2
2008-02-25Add workaround for older versions of gas that don't have SSSE3 supportDavid Schleef1-0/+2
2008-02-25Add ecx to clobbered registers. Fixes #14643David Schleef1-3/+6
2008-02-22Fix build problems on i386David Schleef1-0/+16
2008-02-22Silence warning about SSE kernel supportDavid Schleef1-4/+1
2008-02-21Convert some i386 code to dual-archDavid Schleef6-763/+776
2008-02-20Disable SSE code that relies on stack alignment.David Schleef3-0/+11
2008-02-20Fix incorrect PIC code in sse wrapperDavid Schleef1-3/+4
2008-02-19Remove the half of the cleverness that is broken when compiled with -fomit-fr...David Schleef1-8/+3
2008-02-19Use OIL_EXPORT instead of extern, in order to export/import DLL symbolsDavid Schleef4-417/+426
2008-02-19Add test for sigsetjmp/siglongjmpDavid Schleef1-1/+10
2008-02-18Some implementations of swab have bad prototypes. Workaround.David Schleef1-1/+1
2008-02-18Add diffsquaresum_f32 and squaresum_f32David Schleef8-0/+175
2008-02-18Run update againDavid Schleef4-10/+10
2008-02-18Fix dependencies for build_prototypes_docDavid Schleef1-7/+1
2008-02-18Add SSE test for __APPLE__David Schleef1-2/+2
2008-02-18Fix flags on some implementations.David Schleef4-16/+16
2008-02-18Add SSE3 and SSSE3 flags.David Schleef2-1/+18
2008-02-17Add oil_avg_*xn_u8() classesDavid Schleef7-0/+188
2008-02-16Always copy the test performance into the impl structure, so the output show ...David Schleef1-0/+2
2008-02-16Add a bunch of mmx implementationsDavid Schleef3-37/+922
2008-02-16Make the mas8_u8 test more lenientDavid Schleef1-7/+25
2008-02-16Add classes from schroedinger.David Schleef7-6/+228
2008-02-13Copy more functions from schro.David Schleef11-3/+448
2007-12-27Add oil_impl_is_usable() and clean up examplesDavid Schleef2-0/+21
2007-12-27Oops, this wasn't supposed to be committed.David Schleef1-2952/+0
2007-12-27Fix segfault when /proc isn't mounted on ARM.David Schleef1-1/+3
2007-12-27Add more classes needed by schroDavid Schleef10-313/+342
2007-12-27Fix some missing n==0 checksDavid Schleef1-0/+7
2007-12-27Add some gitignore files.David Schleef1-0/+7
2007-12-08Fix addc_rshift_s16_mmxDavid Schleef1-1/+3
2007-12-08Add a few more classes from schro. Add some mmx code, too.David Schleef18-61/+4144
2007-11-14* liboil/Makefile.am:David Schleef7-516/+891
2007-11-14* configure.ac:David Schleef34-586/+2099
2007-08-22* configure.ac:David Schleef6-3/+440
2007-08-15* liboil/liboilcpu.c: Fix stupid typo.David Schleef1-1/+5
2007-08-14* liboil/liboilcpu.c: Use sigsetjmp/siglongjmp instead ofDavid Schleef1-2/+2
2007-07-13* liboil/liboilcpu.c: Fix cpu detection on GNU/kFreeBSD. SeeDavid Schleef1-2/+2
2007-06-16* examples/jpeg/jpeg.c:David Schleef1-1/+0
2007-06-13* liboil/amd64/wavelet.c:David Schleef7-67/+887
2007-06-13* liboil/i386/convert_i386.c:David Schleef4-0/+451
2007-06-07* liboil/i386/sad8x8_i386.c: Add i386 impls for sad12x12 and sad16x16David Schleef1-0/+119
2007-06-07* liboil/liboilclasses.h:David Schleef5-0/+204
2007-05-29* liboil/i386/wavelet.c:David Schleef1-10/+12
2007-05-16* configure.ac:David Schleef1-5/+9
2007-05-15* HACKING:David Schleef12-0/+95
2007-04-10* liboil/i386/sad8x8_i386.c:David Schleef6-31/+271
2007-03-27* liboil/i386/wavelet.c:David Schleef1-0/+79
2007-03-23* liboil/liboilclasses.h:David Schleef8-87/+841