[libc-commits] [PATCH] D109952: [libc] Add implementations of div, ldiv, lldiv and imaxdiv.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Sep 19 21:50:10 PDT 2021


sivachandra updated this revision to Diff 373489.
sivachandra marked 2 inline comments as done.
sivachandra added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109952

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/__support/integer_operations.h
  libc/src/inttypes/CMakeLists.txt
  libc/src/inttypes/imaxdiv.cpp
  libc/src/inttypes/imaxdiv.h
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/div.cpp
  libc/src/stdlib/div.h
  libc/src/stdlib/ldiv.cpp
  libc/src/stdlib/ldiv.h
  libc/src/stdlib/lldiv.cpp
  libc/src/stdlib/lldiv.h
  libc/test/src/inttypes/CMakeLists.txt
  libc/test/src/inttypes/imaxdiv_test.cpp
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/DivTest.h
  libc/test/src/stdlib/div_test.cpp
  libc/test/src/stdlib/ldiv_test.cpp
  libc/test/src/stdlib/lldiv_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109952.373489.patch
Type: text/x-patch
Size: 21471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210920/ff1cc08d/attachment-0001.bin>


More information about the libc-commits mailing list