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