Since glibc has supported math library functions conforming IEEE 128-bit floating point types on some platform (like ppc64le), we can fix clang's math builtins missing this type.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D90593
[Clang] Add more fp128 math library function builtins ClosedPublic Authored by qiucf on Nov 2 2020, 2:12 AM.
Details Summary Since glibc has supported math library functions conforming IEEE 128-bit floating point types on some platform (like ppc64le), we can fix clang's math builtins missing this type.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 2 2020, 4:13 AM Closed by commit rG7faf62a80bfc: [Clang] Add more fp128 math library function builtins (authored by qiucf). · Explain WhyNov 4 2020, 1:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302227 clang/include/clang/Basic/Builtins.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/constrained-math-builtins.c
clang/test/CodeGen/math-builtins.c
|