Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ba8fc555b682520d605a4082293179259c568f83)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ba8fc555b682520d605a4082293179259c568f83)
  • Date: Wed, 10 Mar 2010 09:44:58 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

libs/orc/DETAILS | 20 ++++++++++++++++++++
libs/orc/HISTORY | 3 +++
2 files changed, 23 insertions(+)

New commits:
commit ba8fc555b682520d605a4082293179259c568f83
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libs/orc: new spell, Optimized Inner Loops Runtime Compiler

diff --git a/libs/orc/DETAILS b/libs/orc/DETAILS
new file mode 100755
index 0000000..22ab4b9
--- /dev/null
+++ b/libs/orc/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=orc
+ VERSION=0.4.3
+
SOURCE_HASH=sha512:25115dcff2abb83a4e27da8f3b464bff4a2a17d6c15dd3a711a397c83c852c34e0045032e63841fc5a0a2ea9c06d8076f3d4e572825f9e2edef52f7d1d4a43f6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://code.entropywave.com/download/orc/$SOURCE
+ WEB_SITE=http://code.entropywave.com/projects/orc/
+ ENTERED=20100310
+ LICENSE[0]=GPL
+ SHORT="Optimized Inner Loops Runtime Compiler"
+cat << EOF
+ORC is the Oil Runtime Compiler (OIL stands for Optimized Inner Loops).
+ORC is the sucessor to Liboil - The Library of Optimized Inner Loops.
+
+ORC is a library and set of tools for compiling and executing
+very simple programs that operate on arrays of data. The "language"
+is a generic assembly language that represents many of the features
+available in SIMD architectures, including saturated addition and
+subtraction, and many arithmetic operations.
+EOF
diff --git a/libs/orc/HISTORY b/libs/orc/HISTORY
new file mode 100644
index 0000000..bf71fe1
--- /dev/null
+++ b/libs/orc/HISTORY
@@ -0,0 +1,3 @@
+2010-03-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 0.4.3
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (ba8fc555b682520d605a4082293179259c568f83), Ladislav Hagara, 03/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page