Jump to letter: [
ABCDEFGHIJKLMNOPRSTWXZ
]
liboil - Library of Optimized Inner Loops, CPU optimized functions
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.).
Packages
Latest: liboil-0.3.17-0.1.el5_fio.src.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
liboil |
0 |
0.3.17 |
0.1.el5_fio |
src |
887 KiB |
2010-10-13 02:32:28 |
liboil |
0 |
0.3.16 |
0.1.el5_fio |
src |
832 KiB |
2010-10-12 11:25:35 |
Changelog:
- * 2009-07-14 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 0.3.16-1 - 6211+/dag
- Updated to release 0.3.16.
- * 2008-03-07 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 0.3.13-1
- Updated to release 0.3.13.
- * 2007-06-02 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 0.3.12-1
- Updated to release 0.3.12.
- * 2007-03-25 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 0.3.11-1
- Updated to release 0.3.11.
- * 2006-09-20 - Matthias Saou <http://freshrpms[DOTNET]/> 0.3.9-1
- Update to 0.3.9.
- Remove no longer gcc opt patch.
- Enable _smp_mflags as they work again.