Skip to content

Commit 8993b67

Browse files
WIP
1 parent 3f70ba0 commit 8993b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_trigonometric.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef XSIMD_NO_SUPPORTED_ARCHITECTURE
1414

1515
#include "test_utils.hpp"
16+
#include <iostream>
1617

1718
template <class B>
1819
struct trigonometric_test
@@ -184,6 +185,7 @@ struct trigonometric_test
184185
detail::load_batch(rhs, input, i);
185186
out = atan2(in, rhs);
186187
detail::store_batch(out, res, i);
188+
if(res != expected) std::cerr << i << " " << atan_input[i] << " " << input[i] << "\n";
187189
}
188190
size_t diff = detail::get_nb_diff(res, expected);
189191
INFO("atan2");

0 commit comments

Comments
 (0)