[Lunar-commits] r15237 - in moonbase/trunk/libs: . liboil
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Jun 2 22:57:51 UTC 2005
Author: v3rt1g0
Date: 2005-06-02 22:57:50 +0000 (Thu, 02 Jun 2005)
New Revision: 15237
Added:
moonbase/trunk/libs/liboil/
moonbase/trunk/libs/liboil/DETAILS
Log:
Initial import of a module submitted by Mr. Veatch.
Only minor cosmetic changes were made from what he
sumbitted to the ML. Thank you.
I was going to add optional_depends on glib2 to build
some extra examples, but they don't get installed
anyway, so its not a big deal.
Added: moonbase/trunk/libs/liboil/DETAILS
===================================================================
--- moonbase/trunk/libs/liboil/DETAILS 2005-06-02 21:50:13 UTC (rev 15236)
+++ moonbase/trunk/libs/liboil/DETAILS 2005-06-02 22:57:50 UTC (rev 15237)
@@ -0,0 +1,22 @@
+ MODULE=liboil
+ VERSION=0.3.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.schleef.org/liboil/download/
+ SOURCE_VFY=sha1:b99fb43dc2a06eeb3d27d58c46a75a6dad2eb0d1
+ WEB_SITE=http://www.schleef.org/liboil/
+ ENTERED=20050602
+ UPDATED=20050602
+ SHORT="A library of simple functions that are optimized for various CPUs."
+
+cat << EOF
+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.).
+EOF
+
+# submitted by Dennis Veatch <dveatch at woh.rr.com> 20050602
+# added by v3rt1g0 20050602
More information about the Lunar-commits
mailing list