Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cb33d98182b7038d0a27232ab6bb67f5a16ad748)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cb33d98182b7038d0a27232ab6bb67f5a16ad748)
  • Date: Tue, 30 Apr 2013 11:18:02 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
libs/vc/BUILD | 2 ++
libs/vc/DEPENDS | 2 ++
libs/vc/DETAILS | 24 ++++++++++++++++++++++++
libs/vc/HISTORY | 4 ++++
5 files changed, 35 insertions(+)

New commits:
commit cb33d98182b7038d0a27232ab6bb67f5a16ad748
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell - vc-0.7.1

diff --git a/ChangeLog b/ChangeLog
index 070206b..f861955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-04-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/vc: new spell - automatic vectroisation library for c++
+
2013-04-29 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/FUNCTIONS: fix use with both python{2,}

diff --git a/libs/vc/BUILD b/libs/vc/BUILD
new file mode 100755
index 0000000..760e1eb
--- /dev/null
+++ b/libs/vc/BUILD
@@ -0,0 +1,2 @@
+cmake_build
+
diff --git a/libs/vc/DEPENDS b/libs/vc/DEPENDS
new file mode 100755
index 0000000..2236fb7
--- /dev/null
+++ b/libs/vc/DEPENDS
@@ -0,0 +1,2 @@
+depends -sub CXX gcc &&
+depends cmake
diff --git a/libs/vc/DETAILS b/libs/vc/DETAILS
new file mode 100755
index 0000000..32c9fe2
--- /dev/null
+++ b/libs/vc/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=vc
+ SPELLX=Vc
+ VERSION=0.7.1
+ VX=161
+
SOURCE_HASH=sha512:fd21c06c392073ebb36c81208ab05489e697ef4f0efbe3355b832850806b6f9ec8a436f82c4163565bf91d98c2da08a6ab548aacf0fbd3e2bcf8faa2490a6eb8
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://code.compeng.uni-frankfurt.de/projects/vc
+
SOURCE_URL[0]=http://code.compeng.uni-frankfurt.de/attachments/download/$VX/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20130430
+ KEYWORDS=""
+ SHORT="vector library"
+cat << EOF
+Vc is a free software library to ease explicit vectorization of C++ code. It
has an intuitive
+API and provides portability between different compilers and compiler
versions as well as
+portability between different vector instruction sets. Thus an application
written with Vc can
+be compiled for
+AVX
+SSE2 up to SSE4.2
+SSE4a, XOP, and FMA4
+Scalar (fallback which works everywhere)
+LRBni support disabled, waiting for MIC
+EOF
diff --git a/libs/vc/HISTORY b/libs/vc/HISTORY
new file mode 100644
index 0000000..8a68120
--- /dev/null
+++ b/libs/vc/HISTORY
@@ -0,0 +1,4 @@
+2013-04-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.1
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cb33d98182b7038d0a27232ab6bb67f5a16ad748), Treeve Jelbert, 04/30/2013

Archive powered by MHonArc 2.6.24.

Top of Page