Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        liboil-devel: Development files and static library for liboil
        
        
        - 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.).
Changelog
        
            - * Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.3.6-3.fc5.2
- 
            - bump again for double-long bug on ppc(64) 
            - * Tue Feb  7 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 0.3.6-3.fc5.1
- 
            - rebuilt for new gcc4.1 snapshot and glibc changes 
            - * Thu Dec 22 17:00:00 2005 Warren Togami <wtogami{%}redhat{*}com> 0.3.6-3
- 
            - s390 build patch