Adding additional patch containing b1584138e9
to eigen
PiperOrigin-RevId: 272995056
This commit is contained in:
parent
c084d2860d
commit
75f87ccdad
11
third_party/eigen3/gpu_packet_math.patch
vendored
11
third_party/eigen3/gpu_packet_math.patch
vendored
@ -22,3 +22,14 @@
|
|||||||
return res;
|
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),
|
||||||
|
Loading…
Reference in New Issue
Block a user