Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUWX
]
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-0.0.kde.src.rpm |
Build Date: | Fri Feb 4 08:36:21 2005 |
Packager: | kde-redhat Developers <http://kde-redhat.sf.net/> |
Size: | 462 KiB |
Changelog
- * Fri Jan 28 18:00:00 2005 Matthias Saou <http://freshrpms.net/> 0.3.0-1
- Update to 0.3.0.
- * Wed Nov 24 18:00:00 2004 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Update to 0.2.2.
- * Thu Nov 4 18:00:00 2004 Matthias Saou <http://freshrpms.net/> 0.2.0-1
- Initial RPM release.