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

Restore options for precision of div/rcp/sqrt/rsqrt #626

Merged
merged 1 commit into from
Jan 9, 2024

Commits on Jan 8, 2024

  1. Restore options for precision of div/rcp/sqrt/rsqrt

    This restores support for SSE2NEON_PRECISE_DIV and SSE2NEON_PRECISE_SQRT
    with the same level of precision that they had before deprecation in DLTcollab#580.
    
    That changed enabled higher precision by default, but not as high as was
    possible with the options before. The options were originally added to
    make Embree and Blender work correctly on Apple Silicion, and tested to
    need exactly this level of precision.
    brechtvl committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9283cd4 View commit details
    Browse the repository at this point in the history