I assume this is just an oversight because we already do recognize __builtin_remquo() with the same signature.
http://en.cppreference.com/w/c/numeric/math/remquo
http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html
Paths
| Differential D39615
[CodeGen] add remquo to list of recognized library calls ClosedPublic Authored by spatel on Nov 3 2017, 1:16 PM.
Details Summary I assume this is just an oversight because we already do recognize __builtin_remquo() with the same signature. http://en.cppreference.com/w/c/numeric/math/remquo
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 3 2017, 3:57 PM Closed by commit rL317407: [CodeGen] add remquo to list of recognized library calls (authored by spatel). · Explain WhyNov 4 2017, 8:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 121591 cfe/trunk/include/clang/Basic/Builtins.def
cfe/trunk/test/CodeGen/libcalls-errno.c
|