mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
bug #1747: one more fix for MSVC regarding the Bessel implementation.
This commit is contained in:
parent
b9837ca9ae
commit
c3f6fcf2c0
@ -991,7 +991,7 @@ struct generic_k1<T, float> {
|
||||
generic_i1<T, float>::run(x), plog(pmul(pset1<T>(0.5), x)), x_le_two);
|
||||
x_le_two = pselect(pcmp_le(x, pset1<T>(0.0)), MAXNUM, x_le_two);
|
||||
T x_gt_two = pmul(
|
||||
pexp(-x),
|
||||
pexp(pnegate(x)),
|
||||
pmul(
|
||||
internal::pchebevl<T, 10>::run(
|
||||
psub(pdiv(pset1<T>(8.0), x), two), B),
|
||||
|
Loading…
x
Reference in New Issue
Block a user