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

Float: Introduce floating point api NAN #493

Merged
merged 9 commits into from
May 2, 2024

Commits on Apr 11, 2024

  1. Float: Introduce floating point api NAN

    * Introduce new float api nan/snan/qnan.
    * Introduce common for types and helper functions.
    * Introduce interface for all-in-one float api.
    * Add test framework for float api.
    * Add test cases for float nan api.
    
    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    44cb2d8 View commit details
    Browse the repository at this point in the history
  2. Revert "Float: Introduce floating point api NAN"

    This reverts commit 44cb2d8.
    Incarnation-p-lee committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ac1b44c View commit details
    Browse the repository at this point in the history
  3. Float: Introduce floating point api NAN

    * Introduce new float api nan/snan/qnan.
    * Introduce common for types and helper functions.
    * Introduce interface for all-in-one float api.
    * Add test framework for float api.
    * Add test cases for float nan api.
    
    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f032bd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Struct the floating point in bits.

    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    641228a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Try helper function to get mantissa.

    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed Apr 28, 2024
    2 Configuration menu
    Copy the full SHA
    a226c96 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Take length for bitsize.

    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b9e82e2 View commit details
    Browse the repository at this point in the history
  2. Cleanup code.

    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3632022 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Update the test script.

    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed May 1, 2024
    Configuration menu
    Copy the full SHA
    30148ed View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add more test cases.

    Signed-off-by: Pan Li <[email protected]>
    Incarnation-p-lee committed May 2, 2024
    Configuration menu
    Copy the full SHA
    70a734f View commit details
    Browse the repository at this point in the history