[all-commits] [llvm/llvm-project] 073534: [libc][windows] rename fenv internals for windows
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Sep 29 16:55:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 073534cb6f62cd14e0524493ad2cd08cb2779650
https://github.com/llvm/llvm-project/commit/073534cb6f62cd14e0524493ad2cd08cb2779650
Author: Michael Jones <michaelrj at google.com>
Date: 2022-09-29 (Thu, 29 Sep 2022)
Changed paths:
M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
Log Message:
-----------
[libc][windows] rename fenv internals for windows
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.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D134775
More information about the All-commits
mailing list