[libc-commits] [PATCH] D94109: [libc] Add implementations of nextafter[f|l] functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 5 12:34:59 PST 2021
sivachandra updated this revision to Diff 314690.
sivachandra added a comment.
Add test source file missed previously.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94109/new/
https://reviews.llvm.org/D94109
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/fuzzing/math/CMakeLists.txt
libc/fuzzing/math/Compare.h
libc/fuzzing/math/nextafter_differential_fuzz.cpp
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/nextafter.cpp
libc/src/math/nextafter.h
libc/src/math/nextafterf.cpp
libc/src/math/nextafterf.h
libc/src/math/nextafterl.cpp
libc/src/math/nextafterl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/NextAfterTest.h
libc/test/src/math/nextafter_test.cpp
libc/test/src/math/nextafterf_test.cpp
libc/test/src/math/nextafterl_test.cpp
libc/utils/FPUtil/LongDoubleBitsX86.h
libc/utils/FPUtil/ManipulationFunctions.h
libc/utils/FPUtil/NextAfterLongDoubleX86.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94109.314690.patch
Type: text/x-patch
Size: 24716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210105/88f6df00/attachment-0001.bin>
More information about the libc-commits
mailing list