summaryrefslogtreecommitdiffstats
path: root/vec_sse_float1.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-02 22:37:10 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-02 22:37:10 -0400
commit342fc114706525b45807abace10f7fd09d43b195 (patch)
tree2a9b96eb2e6eafe9251ca2e068d740abf2c3aa20 /vec_sse_float1.h
parent2cfd4347353565804661483d66a60394af7c40f7 (diff)
downloadvecmathlib-342fc114706525b45807abace10f7fd09d43b195.zip
vecmathlib-342fc114706525b45807abace10f7fd09d43b195.tar.gz
Remove unused automatic int->bool conversion
Diffstat (limited to 'vec_sse_float1.h')
-rw-r--r--vec_sse_float1.h2
1 files changed, 0 insertions, 2 deletions
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