summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-09-02 18:47:04 -0500
committerErik Schnetter <schnetter@gmail.com>2013-09-02 18:47:04 -0500
commitdc74e394c5f0fca33c31b7fa5b177397465f35e8 (patch)
tree169db0c7846c681f3a802b2be28ae247e662b2c0
parent6c0dda77c6983fe4c2cda9215c028c1b92098b0a (diff)
downloadvecmathlib-dc74e394c5f0fca33c31b7fa5b177397465f35e8.zip
vecmathlib-dc74e394c5f0fca33c31b7fa5b177397465f35e8.tar.gz
Remove invalid comment
-rw-r--r--vec_qpx_double4.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vec_qpx_double4.h b/vec_qpx_double4.h
index 5ed6a3e..b13d607 100644
--- a/vec_qpx_double4.h
+++ b/vec_qpx_double4.h
@@ -65,10 +65,6 @@ namespace vecmathlib {
bvector_t v;
boolvec() {}
- // TODO: pass arguments via const references; this is more
- // efficient on PowerPC, which won't pass them in registers
- // TODO: do this for all PowerPC vector architectures (Altivec,
- // VSX)
boolvec(bvector_t x): v(x) {}
boolvec(bool a): v(vec_splats(from_bool(a))) {}
boolvec(const bool* as)
OpenPOWER on IntegriCloud