From 386d809bde475c65b7940f290efe80e6a05878c4 Mon Sep 17 00:00:00 2001 From: Teng Lu Date: Sat, 20 Jun 2020 19:16:24 +0000 Subject: Support BFloat16 in Eigen --- test/packetmath.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/packetmath.cpp') diff --git a/test/packetmath.cpp b/test/packetmath.cpp index 64ba28741..a82b2b87a 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -836,6 +836,7 @@ EIGEN_DECLARE_TEST(packetmath) #ifdef EIGEN_PACKET_MATH_SSE_H CALL_SUBTEST_14(( packetmath::type>() )); #endif + CALL_SUBTEST_15(( packetmath::type>() )); g_first_pass = false; } } -- cgit v1.2.3