Name: | liboil |
---|---|
Version: | 0.3.16 |
Release: | 4.1.el6 |
Architecture: | i686 |
Group: | System Environment/Libraries |
Size: | 508769 |
License: | BSD |
RPM: | liboil-0.3.16-4.1.el6.i686.rpm |
Source RPM: | liboil-0.3.16-4.1.el6.src.rpm |
Build Date: | Wed May 05 2010 |
Build Host: | ca-build60.us.oracle.com |
Vendor: | Oracle America |
URL: | http://liboil.freedesktop.org/ |
Summary: | Library of Optimized Inner Loops, CPU optimized functions |
Description: | 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.). |