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.).
 
        
        
        Changelog
        
            - * Mon Nov 14 16:00:00 2005 Matthias Saou <http://freshrpms.net/> 0.3.5-3
 
            - Sync spec files across branches.
- Parallel make seems to have worked for 0.3.5 on devel, but just in case...
 
        
            - * Sat Nov 12 16:00:00 2005 Thomas Vander Stichele <thomas at apestaart dot org> 0.3.5-2
 
            - Trigger rebuild.
 
        
            - * Sat Nov 12 16:00:00 2005 Thomas Vander Stichele <thomas at apestaart dot org> 0.3.5-1
 
            - Update to 0.3.5.