mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-03 18:24:02 +08:00
Fix packetmath plog test on Windows.
This commit is contained in:
parent
5ffb307afa
commit
3e8e63eb46
@ -1566,7 +1566,7 @@ void packetmath_complex() {
|
||||
data1[1] = Scalar(-inf, nan);
|
||||
data1[2] = Scalar(nan, inf);
|
||||
data1[3] = Scalar(nan, -inf);
|
||||
CHECK_CWISE1_IM1ULP_N(std::log, internal::plog, 4);
|
||||
CHECK_CWISE1_IM1ULP_N(numext::log, internal::plog, 4);
|
||||
}
|
||||
exp_complex_test<Scalar, Packet>(data1, data2, ref, size);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user