aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-10-04 16:54:03 -0700
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-10-04 16:54:03 -0700
commit20c4a9118f7a56833606023f7495134d80bb7ac6 (patch)
treef73466fa47536dfa249d420a1678551202b5cb08 /unsupported/Eigen/src
parentd1dd51cb5feae668fe00ac54c457273160f78a22 (diff)
Use "pdiv" rather than operator/ to support packet types.
Diffstat (limited to 'unsupported/Eigen/src')
-rw-r--r--unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
index 56023508c..fe3f6d710 100644
--- a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
+++ b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
@@ -590,7 +590,7 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T generic_ndtri_lt_exp_neg_two(
x = psqrt(pmul(neg_two, plog(b)));
x0 = psub(x, pdiv(plog(x), x));
- z = one / x;
+ z = pdiv(one, x);
x1 = pmul(
z, pselect(
pcmp_lt(x, eight),