Library of Optimized Inner Loops
Liboil is a collection of functions that often benefit from having
special implementations on various architectures or CPUs. Each function
in liboil has several implementations which may perform faster or
slower on a given CPU. Some implementations use alternate algorithms,
some use hand-crafted assembly, and some use special instructions that
are only available on certain CPUs, such as MMX, SSE, or Altivec.
The fastest implementation is automatically chosen at runtime.
Attachment | Size | Date |
---|---|---|
liboil0.3_0.3.17-2_armel.deb | 199.41 KB | 22/03/2016 - 20:55 |
liboil (0.3.17-2) unstable; urgency=low
* debian/patches/02_amd64-cpuid.patch:
+ Patch from upstream GIT to fix CPU ID detection on amd64.
* debian/patches/03_stride-segfaults.patch:
+ Patch by Sebastian Andrzej Siewior to fix failures in the stride
test of the testsuite and issues with some functions when being
called with n=0 (Closes: #483352).
Recent comments