summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vec_sse_double1.h2
-rw-r--r--vec_sse_float1.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/vec_sse_double1.h b/vec_sse_double1.h
index a7455f0..989478e 100644
--- a/vec_sse_double1.h
+++ b/vec_sse_double1.h
@@ -73,8 +73,6 @@ namespace vecmathlib {
// boolvec& operator=(boolvec const& x) { return v=x.v, *this; }
boolvec(bvector_t x): v(x) {}
boolvec(bool a): v(a) {}
- // TODO: remove this
- boolvec(int x): v(x) {}
boolvec(bool const* as): v(as[0]) {}
operator bvector_t() const { return v; }
diff --git a/vec_sse_float1.h b/vec_sse_float1.h
index 0e04555..83d882b 100644
--- a/vec_sse_float1.h
+++ b/vec_sse_float1.h
@@ -73,8 +73,6 @@ namespace vecmathlib {
// boolvec& operator=(boolvec const& x) { return v=x.v, *this; }
boolvec(bvector_t x): v(x) {}
boolvec(bool a): v(a) {}
- // TODO: remove this
- boolvec(int x): v(x) {}
boolvec(bool const* as): v(as[0]) {}
operator bvector_t() const { return v; }
OpenPOWER on IntegriCloud