[libc-commits] [PATCH] D82591: [libc] Add the remaining long double flavors of nearest integer functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 25 22:53:58 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd4adac48320e: [libc] Add the remaining long double flavors of nearest integer functions. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D82591?vs=273595&id=273596#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82591

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/ceill.cpp
  libc/src/math/ceill.h
  libc/src/math/floorl.cpp
  libc/src/math/floorl.h
  libc/src/math/roundl.cpp
  libc/src/math/roundl.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/ceill_test.cpp
  libc/test/src/math/floorl_test.cpp
  libc/test/src/math/roundl_test.cpp
  libc/utils/FPUtil/NearestIntegerOperations.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82591.273596.patch
Type: text/x-patch
Size: 24218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200626/a860496b/attachment-0001.bin>


More information about the libc-commits mailing list