summaryrefslogtreecommitdiffstats
path: root/vec_sse_float1.h
diff options
context:
space:
mode:
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