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

Configure does not disable sse2 on ARM device #428

Open
szopin opened this issue Aug 18, 2018 · 3 comments
Open

Configure does not disable sse2 on ARM device #428

szopin opened this issue Aug 18, 2018 · 3 comments

Comments

@szopin
Copy link

szopin commented Aug 18, 2018

Was building this on jolla phone (sailfishOS ARM device) and had to manually ./configure --disable-sse2 as it did not do it itself, really not sure how or where from this is as never seen such bug, but reporting just FYI

@miguelfreitas
Copy link
Owner

This certainly needs to be automatically disabled on non-x86 architectures. If you want to propose a patch for configure.ac i'd be happy to merge it ;-)

@szopin
Copy link
Author

szopin commented Sep 1, 2018

I have really no idea, thought it would be in configuration (frankly thought ./configure itself would figure it out, but it doesn't, compiled a ton of programs on n900/jolla and first time I see such thing)

@szopin
Copy link
Author

szopin commented Sep 1, 2018

Is line 567 in configure.ac yours? : AC_MSG_CHECKING([whether SSE2 should be enabled])
Seems like it, but not sure where you got that check from

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

2 participants