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

Error including library for SSSE3 code optimization in rpg_vikit/vikit_common/include/vikit/patch_score.h #5

Open
YoshuaNava opened this issue Sep 2, 2014 · 0 comments

Comments

@YoshuaNava
Copy link

Hi,
I discovered that the patch_score.h file in rpg_vikit/vikit_common/include/vikit has an error in the 14th line. In the following block of code:
"#if SSE2

include <tmmintrin.h

endif

it validates the availability of SSE2, but includes tmmintrin.h, which is a library for optimizing code with SSSE3, when it sould include pmmintrin.h, which is a library for optimizing code with SSE2. (It validates the availability of SSE2 to include SSSE3 without validating the availability of SSSE3)

References:
http://docs.oracle.com/cd/E24457_01/html/E21991/gliwk.html

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