aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2020-03-27 16:41:15 +0000
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2020-03-27 16:41:15 +0000
commit55c8fe8d0f61cb237944fd771e2f718a8c58536e (patch)
tree80cd58d313b2bad51da6386c9e91d06e48d65d43 /test/packetmath.cpp
parent6d2dbfc45381141281625bd72a74f3d61d11bf1d (diff)
Diffstat (limited to 'test/packetmath.cpp')
-rw-r--r--test/packetmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packetmath.cpp b/test/packetmath.cpp
index 00b1420b5..96aeb8e29 100644
--- a/test/packetmath.cpp
+++ b/test/packetmath.cpp
@@ -44,7 +44,7 @@ struct test_cast_helper<FromScalar, FromPacket, ToScalar, ToPacket, true> {
ref[i] = static_cast<const ToScalar>(data1[i]);
internal::pstore(data2, internal::pcast<FromPacket, ToPacket>(internal::pload<FromPacket>(data1)));
- VERIFY(areApprox(ref, data2, PacketSize) && "internal::pcast<>");
+ VERIFY(test::areApprox(ref, data2, PacketSize) && "internal::pcast<>");
}
};