mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix packetmath plog test on Windows.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user