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: ppc
            
                
                | Download: | liboil-0.3.6-3.fc5.2.ppc.rpm | 
                
                | Build Date: | Sat Feb 11 22:05:37 2006 | 
                
                | Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | 
                
                | Size: | 404 KiB | 
            
         
        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