[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 18:05:39 PST 2021


sivachandra updated this revision to Diff 314762.
sivachandra added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94109/new/

https://reviews.llvm.org/D94109

Files:
  libc/config/linux/aarch64/entrypoints.txt
  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.314762.patch
Type: text/x-patch
Size: 25143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210106/81fa0b65/attachment-0001.bin>


More information about the libc-commits mailing list