summaryrefslogtreecommitdiffstats
path: root/vec_sse_float1.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-03 14:39:11 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-03 14:39:11 -0400
commitbc331ec7ca22109b596f0176e8adb1b97fcbcd8e (patch)
tree8935fed8437c8e95ae0d16433e5c80f64a639bfb /vec_sse_float1.h
parent862802c1eff0906c8469fd393a4100020467218a (diff)
downloadvecmathlib-bc331ec7ca22109b596f0176e8adb1b97fcbcd8e.zip
vecmathlib-bc331ec7ca22109b596f0176e8adb1b97fcbcd8e.tar.gz
Remove outdated commented-out code
Diffstat (limited to 'vec_sse_float1.h')
-rw-r--r--vec_sse_float1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vec_sse_float1.h b/vec_sse_float1.h
index 53b114c..e7a277d 100644
--- a/vec_sse_float1.h
+++ b/vec_sse_float1.h
@@ -487,7 +487,6 @@ namespace vecmathlib {
boolvec_t signbit() const { return std::signbit(v); }
realvec sin() const { return MF::vml_sin(*this); }
realvec sinh() const { return MF::vml_sinh(*this); }
- // realvec sqrt1() const { return std::sqrt(v); }
realvec sqrt() const { return to_float(_mm_sqrt_ss(from_float(v))); }
realvec tan() const { return MF::vml_tan(*this); }
realvec tanh() const { return MF::vml_tanh(*this); }
OpenPOWER on IntegriCloud