You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[doctest] doctest version is "2.4.9"
[doctest] run with "--help" for options
===============================================================================
xsimd/test/test_xsimd_api.cpp:747:
TEST CASE: [xsimd api | float types functions]<xsimd::batch>
polar
xsimd/test/test_xsimd_api.cpp:669: ERROR: CHECK_EQ( extract(xsimd::polar(T(val0), T(val1))), std::polar(val0, val1) ) is NOT correct!
values: CHECK_EQ( (-1.96093,-2.27041), (-1.96093,-2.27041) )
How strange... The polar function is generic and relies on sincos, which itself is generic and tested on all other architectures :-/
I don't have an hint there, we could relax the check?
Apple Silicon M1
The text was updated successfully, but these errors were encountered: