Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/docs/
-
trunk/
-
docs/
-
LangRef.rst
Hide Panel
f
Keyboard Reference
?
Differential
D40629
[LangRef] clarify semantics of the frem instruction
Closed
Public
Authored by
spatel
on Nov 29 2017, 4:19 PM.
Download Raw Diff
Details
Reviewers
efriedma
Quolyk
Commits
rG7fb231202c40: [LangRef] clarify semantics of the frem instruction
rL319437: [LangRef] clarify semantics of the frem instruction
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
Herald
added a subscriber:
mcrosier
.
·
View Herald Transcript
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
Closed by commit
rL319437: [LangRef] clarify semantics of the frem instruction
(authored by
spatel
).
·
Explain Why
Nov 30 2017, 6:59 AM
This revision was automatically updated to reflect the committed changes.