[libc-commits] [PATCH] D80779: [libc] Add implementations of round and roundf.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 9 23:06:26 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4be1c116ad86: [libc] Add implementations of round and roundf. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D80779?vs=269740&id=269741#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80779

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/lib/CMakeLists.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/round.cpp
  libc/src/math/round_redirector.cpp
  libc/src/math/roundf.cpp
  libc/src/math/roundf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/round_test.cpp
  libc/test/src/math/roundf_test.cpp
  libc/utils/FPUtil/FloatOperations.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80779.269741.patch
Type: text/x-patch
Size: 15402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200610/f944a59a/attachment-0001.bin>


More information about the libc-commits mailing list