Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Modulo improvements #1867

Merged
merged 6 commits into from
May 10, 2022
Merged

Modulo improvements #1867

merged 6 commits into from
May 10, 2022

Conversation

teoxoy
Copy link
Member

@teoxoy teoxoy commented Apr 27, 2022

With these changes we should be on par with the WGSL spec (not including handling undefined behavior in the back-ends; added TODOs for those).

fixes #802

Commits are self contained - no need to squash.

@teoxoy teoxoy force-pushed the modulo-improvements branch from 90b45cc to be75d5e Compare April 27, 2022 13:59
@teoxoy teoxoy marked this pull request as ready for review April 28, 2022 18:01
Copy link
Member

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

top work!

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

Successfully merging this pull request may close these issues.

Handle differences between the glsl mod function and the metal::fmod function.
2 participants