Add implementations of fmax, fmaxf, and fmaxl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84385
[libc] Add implementations of fmax, fmaxf, and fmaxl. ClosedPublic Authored by lntue on Jul 22 2020, 11:09 PM.
Details Summary Add implementations of fmax, fmaxf, and fmaxl.
Diff Detail
Event Timelinesivachandra added inline comments. This revision is now accepted and ready to land.Jul 23 2020, 11:16 AM Closed by commit rG4096088e1941: [libc] Add implementations of fmax, fmaxf, and fmaxl. (authored by lntue). · Explain WhyJul 23 2020, 12:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280222 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/fmax.h
libc/src/math/fmax.cpp
libc/src/math/fmaxf.h
libc/src/math/fmaxf.cpp
libc/src/math/fmaxl.h
libc/src/math/fmaxl.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/fmax_test.cpp
libc/test/src/math/fmaxf_test.cpp
libc/test/src/math/fmaxl_test.cpp
libc/utils/FPUtil/BasicOperations.h
|
New line?