liboil0.3-doc

Rating: 
0
No votes yet

Library of Optimized Inner Loops (documentation)
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 documentation for liboil.

Category:

Application versions: 
AttachmentSizeDate
File liboil0.3-doc_0.3.17-2_all.deb72.77 KB05/08/2013 - 14:22
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).