aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2015-04-27 17:06:24 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2015-04-27 17:06:24 +0000
commit1e6319acd0dea833d1c9c4b5fea96f7309606834 (patch)
treec39e1b87938231c4460986c1b498bbfaf249c87c
parent334639dd7e7d4f363ec7b4be04b165f8657e65a1 (diff)
Update README
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@105 105869f7-3296-0410-a4ea-f4349344b45a
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index cc50242..998afd8 100644
--- a/README
+++ b/README
@@ -65,3 +65,13 @@ Vectors thorn is in the list of ActiveThorns. This aims to test all vector
operations by comparing the results with the same operations done using a
scalar implementation. The number of passed tests is always reported. If any
test fails, the run is aborted immediately.
+
+
+
+4. Related software
+
+[1] Vc: portable, zero-overhead SIMD library for C++,
+<http://compeng.uni-frankfurt.de/index.php?id=88>
+
+[2] SLEEF - SIMD Library for Evaluating Elementary Functions,
+<http://shibatch.sourceforge.net>