diff options
-rw-r--r-- | vec_qpx_double4.h | 4 |
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) |