bug #1747: one more fix for MSVC regarding the Bessel implementation.

This commit is contained in:
Gael Guennebaud 2019-11-15 11:12:35 +01:00
parent b9837ca9ae
commit c3f6fcf2c0

View File

@ -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),