[libc-commits] [PATCH] D158812: [libc][math] Implement double precision exp2 function correctly rounded for all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 25 07:15:36 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8ca614aa22df: [libc][math] Implement double precision exp2 function correctly rounded for all… (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158812

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/docs/math/index.rst
  libc/spec/stdc.td
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/triple_double.h
  libc/src/math/CMakeLists.txt
  libc/src/math/exp2.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/common_constants.cpp
  libc/src/math/generic/common_constants.h
  libc/src/math/generic/exp.cpp
  libc/src/math/generic/exp2.cpp
  libc/src/math/generic/explogxf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exp2_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158812.553464.patch
Type: text/x-patch
Size: 56991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230825/78de0d12/attachment-0001.bin>


More information about the libc-commits mailing list