Liboil

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

Liboil

#1 Post by robwoj44 »

http://liboil.freedesktop.org/wiki/
Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops which implement 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.).

Post Reply