[libc-commits] [PATCH] D134775: [libc][windows] rename fenv internals for windows

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 27 16:54:33 PDT 2022


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

On windows, including math.h causes macros for "OVERFLOW" and
"UNDERFLOW" to be defined. This patch renames some variables internal to
FEnvImpl.h to avoid colliding with those.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134775

Files:
  libc/src/__support/FPUtil/x86_64/FEnvImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134775.463370.patch
Type: text/x-patch
Size: 8772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220927/fe0a7745/attachment.bin>


More information about the libc-commits mailing list