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

SSE dectetion made wrong assumptions on SSSE3-less processor #140

Open
wants to merge 2 commits into
base: frame-parallel
Choose a base branch
from

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    b5dc95c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. • Fix detection of SSSE3 flag. Check used the wrong register.

    • Change detection of available SSE instructions.
    It changes the selected SSE functions in the case
     1=have_SSE2=have_SSE3, 0=have_SSSE3=have_SSSE4_1.
    YggdrasiI committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    068c381 View commit details
    Browse the repository at this point in the history