Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest xsimd 7.4.10 fails test test_error_gamma on MacOSX with XCode 12 #456

Closed
emmenlau opened this issue Apr 17, 2021 · 2 comments
Closed

Comments

@emmenlau
Copy link
Contributor

The tests for xsimd run on a number of platforms successfully but fail with XCode 12 on MacOSX:

1: [ RUN      ] error_gamma_test/sse_double.gamma
1: /Users/bdaci01/xsimd/test/test_error_gamma.cpp:134: Failure
1: Expected equality of these values:
1:   diff
1:     Which is: 3
1:   0
1:   while testing lgamma (negative input)
1: [  FAILED  ] error_gamma_test/sse_double.gamma, where TypeParam = xsimd::batch<double, 2ul> (165 ms)

and

1: [ RUN      ] error_gamma_test/avx_double.gamma
1: /Users/bdaci01/xsimd/test/test_error_gamma.cpp:134: Failure
1: Expected equality of these values:
1:   diff
1:     Which is: 7
1:   0
1:   while testing lgamma (negative input)
1: [  FAILED  ] error_gamma_test/avx_double.gamma, where TypeParam = xsimd::batch<double, 4ul> (185 ms)
@doronbehar
Copy link
Contributor

Still an issue at version 13.0.0 (cc @serge-sans-paille ).

@serge-sans-paille
Copy link
Contributor

@doronbehar I believe #1024 finally fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants