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

Minor difference in test result on macOS #814

Open
emmenlau opened this issue Aug 26, 2022 · 0 comments
Open

Minor difference in test result on macOS #814

emmenlau opened this issue Aug 26, 2022 · 0 comments

Comments

@emmenlau
Copy link
Contributor

With latest xsimd 9.0.1 I get a failed test on macOS with XCode 13.4.1 (current latest):

1: [ RUN      ] xsimd_api_float_types_functions/2.asin
1: /Users/bdaci01/builds/nK4EB_yB/0/BioDataAnalysis/xsimd/test/test_xsimd_api.cpp:357: Failure
1: Expected equality of these values:
1:   extract(xsimd::asin(T(val)))
1:     Which is: 1.5708
1:   std::asin(val)
1:     Which is: 1.5708
1: [  FAILED  ] xsimd_api_float_types_functions/2.asin, where TypeParam = xsimd::batch<float, xsimd::avx> (0 ms)

I'm using not the native build flags for the host, but -march=ivybridge -mtune=skylake instead, in case that is related?

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

1 participant