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

Add Paired Single Move Tests #56

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 10, 2024

  1. Add Paired Single Move Tests

    Adds a new file for common float tests -- This will likely be used more in the future as well
    Modifies two other tests which use thing now use functions in the CommonFloat file (the location of frsqrte_expected very well may change)
    Adds software implementation of mantissa truncation and rounding given the expected rounding mode
    Both of these are for tests for float move instructions
    These instructions include ps_merge, ps_mr, ps_neg, ps_abs, ps_nabs, and ps_rsqrte is included to check for a similar quirk
    Geotale committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b2f6c9d View commit details
    Browse the repository at this point in the history