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

Enabling SSE2 for Fedora 19 #4

Open
chokkan opened this issue Sep 27, 2013 · 1 comment
Open

Enabling SSE2 for Fedora 19 #4

chokkan opened this issue Sep 27, 2013 · 1 comment

Comments

@chokkan
Copy link
Owner

chokkan commented Sep 27, 2013

The information was given by Norman Goldstein.

On my Fedora 19 linux box, I had to do the following
before configuring for SSE2

export CFLAGS=-msse2
export CPPFLAGS=-DHAVE_EMMINTRIN_H

After this, all built, and the sample ran (looked fine).

@cheusov
Copy link

cheusov commented Nov 4, 2014

If you experience build problem with --enable-sse2 option, see
#14 for bug fix.

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