[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:24:11 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4096088e1941: [libc] Add implementations of fmax, fmaxf, and fmaxl. (authored by lntue).
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.280222.patch
Type: text/x-patch
Size: 17133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200723/3e264cf2/attachment-0001.bin>
More information about the libc-commits
mailing list