./devel/liboil, Library of simple, CPU-optimized functions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 0.3.15nb1, Package name: liboil-0.3.15nb1, Maintainer: pkgsrc-users

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-point numbers or multiplying
and summing an array of N numbers. Such functions are candidates for
significant optimization using various techniques, especially by using
extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

Many multimedia applications and libraries already do similar things
internally. The goal of this project is to consolidate some of the code
used by various multimedia projects and also make optimizations easier to
use by a broader range of applications.


Required to build:
[devel/libtool-base]

Master sites:

SHA1: 8791e3399aae619b89a1d00f40ffcafc7d7f5d9b
RMD160: ba6a4889dd8c16f62dee5c238e019b42066e6a9b
Filesize: 802.925 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-21 18:03:41 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #2704 - requested by he
liboil: build fix

Revisions pulled up:
- devel/liboil/Makefile				1.20
- devel/liboil/distinfo				1.16
- devel/liboil/patches/patch-ad			1.4
---
Module Name:	pkgsrc
Committed By:	he
Date:		Sat Feb 21 14:39:03 UTC 2009

Modified Files:
	pkgsrc/devel/liboil: Makefile distinfo
Added Files:
	pkgsrc/devel/liboil/patches: patch-ad

Log message:
Upgrade from version 0.3.15 to 0.3.15nb1.

Pkgsrc changes:
 o Provide proper detection of altivec on NetBSD powerpc ports.
   As an added bonus, this now builds on NetBSD/macppc 3.1 where
   it didn't earlier.