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

test-simd fails on OSX #219

Closed
ClementPernet opened this issue Feb 18, 2019 · 5 comments
Closed

test-simd fails on OSX #219

ClementPernet opened this issue Feb 18, 2019 · 5 comments
Assignees
Labels

Comments

@ClementPernet
Copy link
Member

@ClementPernet
Copy link
Member Author

Note that this only shows up now since, earlier the test just did not compile!

@cyrilbouvier
Copy link
Member

Weird, all inputs are printed as inf !
I will try to look into it.

@P1K
Copy link
Member

P1K commented Feb 19, 2019

This seems to be only a recent issue, as I had no problem with test-simd on OSX until pulling the most recent master.
But now it doesn't even compile, OSX or not:

test-simd.C:373:18: error: no member named 'mulhi' in 'Simd128_impl<true, true, true, 8>'

@cyrilbouvier
Copy link
Member

But now it doesn't even compile, OSX or not:

test-simd.C:373:18: error: no member named 'mulhi' in 'Simd128_impl<true, true, true, 8>'

mulhi implementation is protected by __FFLASFFPACK_HAVE_INT128 in simd128_int64.inl.
Is it linked to linbox-team/givaro#95 ?

In any case, they should be a fallback. You can open another issue and assign it to me.

@P1K
Copy link
Member

P1K commented Feb 19, 2019

Okay, #221 fixes this on the two builds I currently have:

  • OSX, AVX2
  • Ubuntu, AVX512

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

No branches or pull requests

3 participants