[libc-commits] [PATCH] D106177: [libc] Add math functions to Windows's entrypoints

Hedin GarcĂ­a via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 16 12:19:53 PDT 2021


hedingarcia created this revision.
hedingarcia added reviewers: sivachandra, aeubanks.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
hedingarcia requested review of this revision.

Expanded a list of math functions, that do not depend on the MPFR
library, to be successfully tested in Windows. Placed macro identifiers
to avoid build errors for Windows and refactored NextAfterTest.h
to correctly define bitWidthOfType for both Linux and Windows.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106177

Files:
  libc/config/windows/entrypoints.txt
  libc/test/src/math/NextAfterTest.h
  libc/utils/FPUtil/x86_64/FEnv.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106177.359412.patch
Type: text/x-patch
Size: 2941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210716/c49ca87f/attachment.bin>


More information about the libc-commits mailing list