devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / liboil / DESCR
1 Liboil is a library of simple functions that are optimized for various CPUs.
2 These functions are generally loops implementing simple algorithms, such as
3 converting an array of N integers to floating-point numbers or multiplying
4 and summing an array of N numbers.  Such functions are candidates for
5 significant optimization using various techniques, especially by using
6 extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).
7
8 Many multimedia applications and libraries already do similar things
9 internally.  The goal of this project is to consolidate some of the code
10 used by various multimedia projects and also make optimizations easier to
11 use by a broader range of applications.