Library of Optimized Inner Loops
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-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects, and also make optimizations easier to use by a broader range of applications. Author: David Schleef <ds@schleef.org>
- 6 errors
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
liboil-0.3.16.tar.gz | 0000855765836 KB | 1246227035over 15 years ago | |
liboil-disable-sse.patch | 0000000356356 Bytes | 1230411263almost 16 years ago | |
liboil-random-data-warning.patch | 0000000316316 Bytes | 1230411264almost 16 years ago | |
liboil-rpmlintrc | 0000000302302 Bytes | 1246227036over 15 years ago | |
liboil.spec | 00000044304.33 KB | 1246227036over 15 years ago |
Latest Revision
hostmaster
committed
over 15 years ago (revision 2)
update