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

Interpreter: fix rounding of negating FMA instructions #2699

Merged
merged 1 commit into from Jul 19, 2015

Commits on Jul 18, 2015

  1. Interpreter: fix rounding of FNMA instructions

    x86:     round(-a*c +/- b)
    PowerPC: -round(a*c +/- b)
    
    If the rounding mode is set to +/- infinity, the order of round/negate
    matters.
    Tilka committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    bcdafc7 View commit details
    Browse the repository at this point in the history