[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
Wed Jul 22 23:09:22 PDT 2020
lntue created this revision.
lntue added a reviewer: sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
Add implementations of fmax, fmaxf, and fmaxl.
Repository:
rG LLVM Github Monorepo
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.280033.patch
Type: text/x-patch
Size: 17224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200723/22a534cb/attachment.bin>
More information about the libc-commits
mailing list