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.).
Arch: src
| Download: | liboil-0.3.0-1.src.rpm |
| Build Date: | Wed Apr 27 15:59:09 2005 |
| Packager: | Karanbir Singh <kbsingh{%}karan{*}org> |
| Size: | 457 KiB |
Changelog
- * Fri Jan 28 12:00:00 2005 Matthias Saou <http://freshrpms.net/> 0.3.0-1
- Update to 0.3.0.
- * Wed Nov 24 12:00:00 2004 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Update to 0.2.2.
- * Thu Nov 4 12:00:00 2004 Matthias Saou <http://freshrpms.net/> 0.2.0-1
- Initial RPM release.