summaryrefslogtreecommitdiff
path: root/liboil
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Fix --enable-vfp flagHEADmasterDavid Schleef1-0/+1
2010-07-20x86: Fix cpuid function on x86-64David Schleef1-6/+3
2010-02-04Fix compile warningDavid Schleef1-1/+1
2010-02-04Use mm_load1_pd() instead of mm_load1_pd1()David Schleef2-2/+2
2010-02-04Disable motovecDavid Schleef1-0/+4
2010-02-04fix ARM -mfloat-abi=soft buildsAdrian Bunk2-2/+2
2009-10-22Add a memory clobber to placate gccDavid Schleef1-1/+2
2009-10-15disable mas10_u8_mmx_2David Schleef1-0/+2
2009-03-08if's need else's. Fix previous commitDavid Schleef10-0/+20
2009-03-08Wrap force_align_arg_pointer in HAVE_I386David Schleef10-0/+20
2009-02-26Add AltiVec detection support for OpenBSDDavid Schleef1-2/+27
2009-02-26Fix double free on failed arm_initDavid Schleef2-4/+2
2009-02-26Add SSE detection support for OpenBSDDavid Schleef1-4/+2
2009-02-26init: shortcut benchmarking, if there is only one runable implementation.Stefan Kost1-0/+11
2009-02-26Clean up function prototypes used for castingDavid Schleef3-423/+421
2009-02-26Remove ' DATA' from symbol listDavid Schleef1-1/+1
2008-12-08Fix cpu detection on OS/XDavid Schleef1-1/+11
2008-09-13Add avg2_32xn_u8David Schleef7-0/+152
2008-06-27Compile fixes on DarwinDavid Schleef1-0/+5
2008-05-29[oil] Compile fixes for windowsDavid Schleef11-12/+31
2008-05-20[liboil] fix compile error on powerpcDavid Schleef1-0/+2
2008-05-12Fix timestamp on s390, patch from Fedora. Fixes #15392.David Schleef1-1/+1
2008-05-12Add check for monotonic clock. Patch from Jens Granseuer <jensgr@gmx.net>David Schleef1-2/+4
2008-05-12Fix problems noticed by test suiteDavid Schleef1-0/+3
2008-05-12Use __attribute__((force_align_arg_pointer)) for SSE code.David Schleef10-90/+105
2008-05-12don't export powerpc-only symbol. Fixes #15025David Schleef1-1/+3
2008-05-12Win32, While it defines SIGILL for use in signal(2), it is actuallyDavid Schleef1-2/+27
2008-05-12Fix out of tree build. from David FlynnDavid Schleef1-1/+1
2008-05-09Windows does not support POSIX signalsDamien Lespiau1-0/+2
2008-05-03Remove .cvsignore filesDamien Lespiau22-180/+0
2008-05-03Update .gitignore filesDamien Lespiau1-0/+2
2008-05-03stdint.h is created by configure. Remove from repository.David Schleef1-9/+0
2008-04-22Fix some impls that read outside their arrays. Turns out to cause segfaults.David Schleef3-10/+10
2008-04-22Fix impl flagsDavid Schleef1-2/+2
2008-03-16Check n==0 case.David Schleef1-0/+2
2008-03-13Clean up ARM cpu detection. Should be no changes.David Schleef1-141/+2
2008-03-13Move VFP related flags to VFP_FLAGSDavid Schleef1-1/+1
2008-03-13Unmask SIGILL if we catch it. Change back to setjmp/longjmp instead of sigse...David Schleef1-16/+1
2008-03-13Fix scalarmultiply_f64_ns SSE codeDavid Schleef2-12/+9
2008-03-13Add scalarmult_f64_ns. From Sebastian Dröge <slomo@circular-chaos.org>, Bug...David Schleef10-1/+111
2008-03-13Add check for rint() and use itDavid Schleef1-0/+16
2008-03-13Fix broken reference implementation. It couldn't have ever possibly worked, ...David Schleef1-2/+2
2008-03-13Use /proc/self/auxv to test for altivec on Linux. Patch from #14914David Schleef1-11/+68
2008-03-12Use r9 instead of r13, since r13 is reserved on ppc64David Schleef1-9/+12
2008-03-12Add check for altivec on DarwinDavid Schleef1-5/+22
2008-03-04Updated stdint.h m4 macro, so updating header.David Schleef1-278/+1
2008-03-04Add tests for unistd.h and sys/time.h. Use.David Schleef2-0/+6
2008-03-03Disable impl for using c99 syntaxDavid Schleef1-0/+2
2008-03-03Change test_data to uint8_t *, since we do pointer arithmetic on it.David Schleef1-3/+3
2008-02-26Build fixes on ARM. Patch from Robert Schwebel <r.schwebel@pengutronix.de>David Schleef1-5/+30