summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-02-15 10:05:44 -0500
committerErik Schnetter <schnetter@gmail.com>2013-02-15 10:05:44 -0500
commita6c17f5b48277ae80e1442d5fe5974c637728488 (patch)
tree7d1f87dfc9002c12ebb7e976088abba68b4a2268
parentbca784f977b600c2e6db057961a92af2eac2bd3c (diff)
downloadvecmathlib-a6c17f5b48277ae80e1442d5fe5974c637728488.zip
vecmathlib-a6c17f5b48277ae80e1442d5fe5974c637728488.tar.gz
Update README
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index fd8c6c3..60a0b63 100644
--- a/README
+++ b/README
@@ -6,7 +6,8 @@ vectorizable math functions such as sqrt, sin, or atan.
The library is implemented in C++, and intended to be called on SIMD
vectors, e.g. those provided by SSE, AVX, or available in Power7 and
Blue Gene architectures. The same algorithms should also work
-efficiently on accelerators such as GPUs.
+efficiently on accelerators such as GPUs. Even without vectorization,
+vecmathlib's algorithms are efficient on standard CPUs.
OpenPOWER on IntegriCloud