summaryrefslogtreecommitdiff
path: root/liboil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try again. Add ecx to clobbered registers. Fixes #14643.David Schleef2008-02-252-422/+6
* Add LIBRT to LIBADD for liboil-0.3.laDavid Schleef2008-02-251-1/+2
* Add workaround for older versions of gas that don't have SSSE3 supportDavid Schleef2008-02-251-0/+2
* Add ecx to clobbered registers. Fixes #14643David Schleef2008-02-251-3/+6
* Fix build problems on i386David Schleef2008-02-221-0/+16
* Silence warning about SSE kernel supportDavid Schleef2008-02-221-4/+1
* Convert some i386 code to dual-archDavid Schleef2008-02-216-763/+776
* Disable SSE code that relies on stack alignment.David Schleef2008-02-203-0/+11
* Fix incorrect PIC code in sse wrapperDavid Schleef2008-02-201-3/+4
* Remove the half of the cleverness that is broken when compiled with -fomit-fr...David Schleef2008-02-191-8/+3
* Use OIL_EXPORT instead of extern, in order to export/import DLL symbolsDavid Schleef2008-02-194-417/+426
* Add test for sigsetjmp/siglongjmpDavid Schleef2008-02-191-1/+10
* Some implementations of swab have bad prototypes. Workaround.David Schleef2008-02-181-1/+1
* Add diffsquaresum_f32 and squaresum_f32David Schleef2008-02-188-0/+175
* Run update againDavid Schleef2008-02-184-10/+10