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

Conversation

brechtvl
Copy link
Contributor

@brechtvl brechtvl commented Jan 8, 2024

This restores support for SSE2NEON_PRECISE_DIV and SSE2NEON_PRECISE_SQRT with the same level of precision that they had before deprecation in #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.


It would be helpful for Blender not to have to maintain either a patched sse2neon or work with different tolerances on x86 and ARM.

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.
@jserv jserv merged commit cfaa59f into DLTcollab:master Jan 9, 2024
16 checks passed
@jserv
Copy link
Member

jserv commented Jan 9, 2024

Thank @brechtvl for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants