mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1747: fix compilation with MSVC
This commit is contained in:
@@ -668,7 +668,7 @@ struct generic_k0<T, float> {
|
|||||||
x_le_two = pselect(pcmp_le(x, pset1<T>(0.0)), MAXNUM, x_le_two);
|
x_le_two = pselect(pcmp_le(x, pset1<T>(0.0)), MAXNUM, x_le_two);
|
||||||
T x_gt_two = pmul(
|
T x_gt_two = pmul(
|
||||||
pmul(
|
pmul(
|
||||||
pexp(-x),
|
pexp(pnegate(x)),
|
||||||
internal::pchebevl<T, 10>::run(
|
internal::pchebevl<T, 10>::run(
|
||||||
psub(pdiv(pset1<T>(8.0), x), two), B)),
|
psub(pdiv(pset1<T>(8.0), x), two), B)),
|
||||||
prsqrt(x));
|
prsqrt(x));
|
||||||
|
|||||||
Reference in New Issue
Block a user