Adding additional patch containing b1584138e9 to eigen

PiperOrigin-RevId: 272995056
This commit is contained in:
Brian Zhao 2019-10-04 18:05:59 -07:00 committed by TensorFlower Gardener
parent c084d2860d
commit 75f87ccdad

View File

@ -22,3 +22,14 @@
return res;
}
};
--- a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
+++ b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h
@@ -590,7 +590,7 @@
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),