[libc-commits] [PATCH] D84385: [libc] Add implementations of fmax, fmaxf, and fmaxl.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 23 12:13:16 PDT 2020
lntue updated this revision to Diff 280219.
lntue added a comment.
[libc] Add implementations of fmax, fmaxf, and fmaxl.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84385/new/
https://reviews.llvm.org/D84385
Files:
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.cpp
libc/src/math/fmax.h
libc/src/math/fmaxf.cpp
libc/src/math/fmaxf.h
libc/src/math/fmaxl.cpp
libc/src/math/fmaxl.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84385.280219.patch
Type: text/x-patch
Size: 17133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200723/6c37cb22/attachment.bin>
More information about the libc-commits
mailing list