aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-09-22 11:18:52 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-09-22 11:18:52 +0200
commit66cbabafed7957a7f6c03b34df854149233de596 (patch)
treebca4bb73e8cefeb9601e2a7049fc781e0e20d0f9 /test
parent4b377715d7e62ba898c0bbd25672523b14214ceb (diff)
Add a note regarding gcc bug #72867
Diffstat (limited to 'test')
-rw-r--r--test/packetmath.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/packetmath.cpp b/test/packetmath.cpp
index 77514d8a0..1394d9f2b 100644
--- a/test/packetmath.cpp
+++ b/test/packetmath.cpp
@@ -365,6 +365,7 @@ template<typename Scalar> void packetmath_real()
}
if (PacketTraits::HasTanh) {
+ // NOTE this test migh fail with GCC prior to 6.3, see MathFunctionsImpl.h for details.
data1[0] = std::numeric_limits<Scalar>::quiet_NaN();
packet_helper<internal::packet_traits<Scalar>::HasTanh,Packet> h;
h.store(data2, internal::ptanh(h.load(data1)));