Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
liboil: Library of Optimized Inner Loops, CPU optimized functions
- Summary
- Liboil is a library of simple functions that are optimized for various CPUs.
These functions are generally loops implementing simple algorithms, such as
converting an array of N integers to floating-poing numbers or multiplying
and summing an array of N numbers. Clearly such functions are candidates for
significant optimization using various techniques, especially by using
extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).
Changelog
- * Thu Apr 6 01:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Mar 28 00:00:00 2006 Ray Strode <rstrode{%}redhat{*}com> 0.3.8-1.fc5
-
- Update to 0.3.8 (bug 186930)
- * Wed Mar 22 00:00:00 2006 Matthias Saou <http://freshrpms.net/> 0.3.7.1-1
-
- Update to today's CVS code which should fix the PPC build issue.
- Include new oil-bugreport tool in the devel package.