This is an archive of the discontinued LLVM Phabricator instance.

[LangRef] clarify semantics of the frem instruction
ClosedPublic

Authored by spatel on Nov 29 2017, 4:19 PM.

Details

Summary

As noted in D40594, the frem instruction corresponds to fmod() except that it can't set errno.

Diff Detail

Repository
rL LLVM

Event Timeline

spatel created this revision.Nov 29 2017, 4:19 PM
Quolyk accepted this revision.Nov 30 2017, 12:29 AM
This revision is now accepted and ready to land.Nov 30 2017, 12:29 AM
This revision was automatically updated to reflect the committed changes.