[libc-commits] [PATCH] D129776: [libc] Add nearest integer instructions to fputil.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 14 07:45:29 PDT 2022


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Add round to nearest integer instructions to fputil.  This will be
used in sinf implementation https://reviews.llvm.org/D123154


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129776

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/aarch64/nearest_integer.h
  libc/src/__support/FPUtil/nearest_integer.h
  libc/src/__support/FPUtil/x86_64/nearest_integer.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129776.444658.patch
Type: text/x-patch
Size: 5948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220714/cbcf8d35/attachment.bin>


More information about the libc-commits mailing list