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: x86_64
| Download: | liboil-0.3.0-1.x86_64.rpm |
| Build Date: | Mon Jun 20 18:55:39 2005 |
| Packager: | Karanbir Singh <kbsingh{%}karan{*}org> |
| Size: | 119 KiB |
Changelog
- * Fri Jan 28 22:00:00 2005 Matthias Saou <http://freshrpms.net/> 0.3.0-1
- Update to 0.3.0.
- * Wed Nov 24 22:00:00 2004 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Update to 0.2.2.
- * Thu Nov 4 22:00:00 2004 Matthias Saou <http://freshrpms.net/> 0.2.0-1
- Initial RPM release.