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 hardware accelerated floating point square root #40

Closed
wants to merge 8 commits into from

Commits on Mar 16, 2024

  1. Rewrite rounding function without float adds

    Force float sqrt to use hardware sqrt
    Kuratius committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    515fc97 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

Commits on Mar 24, 2024

  1. made indentation nicer

    Kuratius committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1d5f449 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. add rounding to sqrtf

    Kuratius committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    56dfbda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69788c2 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary define

    Kuratius committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4e737a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7ac0ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21438c8 View commit details
    Browse the repository at this point in the history