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

Change div_int_frac methods to be suffixed by the number of bits of fraction e.g. div_int_frac8 #1926

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Sep 11, 2024

  1. Change div_int_frac methods to be suffixed by the number of bits of f…

    …act; e.g. div_int_frac8
    kilograham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    138f96a View commit details
    Browse the repository at this point in the history
  2. catch some more uses of int_frac, add some assertions to catch possib…

    …le future h/w change regresions
    kilograham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b5e41b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40503a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbca882 View commit details
    Browse the repository at this point in the history
  5. standardize for the new int_frac<n> methods that the integer part is …

    …uint32_t for future proofing
    kilograham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8eed92e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4e72e View commit details
    Browse the repository at this point in the history
  7. typo

    kilograham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8a72865 View commit details
    Browse the repository at this point in the history