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

Reduce dot threshold at which lerp is used instead of slerp. #550

Merged
merged 2 commits into from
Aug 19, 2024

Commits on Aug 18, 2024

  1. Reduce dot threshold at which lerp is used instead of slerp.

    Add lerp_impl which is reused to slerp and lerp but doesn't calc dot
    again.
    bitshifter committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2c7ae1d View commit details
    Browse the repository at this point in the history
  2. Use precise lerp for linear interpolation.

    Use common slerp code except for sse2 which has a simd sin
    implementation.
    bitshifter committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2d74de5 View commit details
    Browse the repository at this point in the history