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

Implement FRem #295

Open
Chobbes opened this issue Aug 2, 2022 · 0 comments
Open

Implement FRem #295

Chobbes opened this issue Aug 2, 2022 · 0 comments
Labels
enhancement Semantics related to LLVM semantics

Comments

@Chobbes
Copy link
Member

Chobbes commented Aug 2, 2022

This operation is unimplemented for both doubles and floats. It seems like flocq doesn't provide a remainder operation by default.

This can currently cause QC tests to fail occasionally, as this operation is generated rarely. We could avoid generating the operation, of course, but we'll need to remember to add it back to the test suite once it's implemented :). It's rare enough that I'm not worried about it right this second.

@Chobbes Chobbes added enhancement Semantics related to LLVM semantics labels Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Semantics related to LLVM semantics
Projects
None yet
Development

No branches or pull requests

1 participant