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. Clearly 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 broad range of applications. WWW: http://liboil.freedesktop.org epository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/workplace/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+0
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+2
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-121-1/+1
* Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.lesi2006-01-221-9/+1
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).lesi2005-06-151-1/+9
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Work around a problem found by Bill Fenner's survey: the patchtrevor2003-09-251-1/+1
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Retire comment file.trevor2003-03-011-0/+1
* Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.sobomax2002-07-161-1/+0