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

fast_rsqrt for f32 and f64 types #13718

Closed
wants to merge 5 commits into from

Commits on Apr 24, 2014

  1. Added a fast_rsqrt function to compute, well, fast inverse square roo…

    …ts. It uses the Newton's method approach originally seen in Quake Arena
    jacob-hegna committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    55cf3bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1b8a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe6f663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4e847a View commit details
    Browse the repository at this point in the history
  5. removed dead assignment

    jacob-hegna committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    1ef5302 View commit details
    Browse the repository at this point in the history