xsimd icon indicating copy to clipboard operation
xsimd copied to clipboard

CHECK_EQ( extract(xsimd::polar(T(val0), T(val1))), std::polar(val0, val1) ) is NOT correct!

Open jcurtis-cc opened this issue 8 months ago • 2 comments

Apple Silicon M1

[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) )

=============================================================================== [doctest] test cases: 308 | 307 passed | 1 failed | 0 skipped [doctest] assertions: 8191 | 8190 passed | 1 failed | [doctest] Status: FAILURE

jcurtis-cc avatar Oct 16 '23 05:10 jcurtis-cc