[libc-commits] [PATCH] D86666: [libc] Add implementations of remquo[f|l] and remainder[f|l].

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Sep 3 22:00:35 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8514ecb02d43: [libc] Add implementations of remquo[f|l] and remainder[f|l]. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86666

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/remainder.cpp
  libc/src/math/remainder.h
  libc/src/math/remainderf.cpp
  libc/src/math/remainderf.h
  libc/src/math/remainderl.cpp
  libc/src/math/remainderl.h
  libc/src/math/remquo.cpp
  libc/src/math/remquo.h
  libc/src/math/remquof.cpp
  libc/src/math/remquof.h
  libc/src/math/remquol.cpp
  libc/src/math/remquol.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/remquo_test.cpp
  libc/test/src/math/remquof_test.cpp
  libc/test/src/math/remquol_test.cpp
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/DivisionAndRemainderOperations.h
  libc/utils/FPUtil/FPBits.h
  libc/utils/FPUtil/LongDoubleBitsX86.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86666.289866.patch
Type: text/x-patch
Size: 29460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200904/f65d89bf/attachment-0001.bin>


More information about the libc-commits mailing list