liboil0.3-dbg

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

Library of Optimized Inner Loops (debug package)
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.
.
This package contains the debugging symbols for the liboil library.
Users should install it if they want to debug software that uses liboil.

Category:

Application versions: 
AttachmentSizeDate
File liboil0.3-dbg_0.3.17-2_armel.deb255.47 KB04/08/2013 - 21:31
Changelog: 

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).