[all-commits] [llvm/llvm-project] 5cb730: [libc] Remove FE_ALL_EXCEPT check in hdr/fenv_macr...
lntue via All-commits
all-commits at lists.llvm.org
Thu Oct 31 19:24:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cb730594a1427d411c4798e8cd73c6b8c058e47
https://github.com/llvm/llvm-project/commit/5cb730594a1427d411c4798e8cd73c6b8c058e47
Author: lntue <lntue at google.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M libc/hdr/fenv_macros.h
M libc/test/UnitTest/FPMatcher.h
Log Message:
-----------
[libc] Remove FE_ALL_EXCEPT check in hdr/fenv_macros.h. (#114446)
FE_ALL_EXCEPT macro might not be a valid preprocessor constant
expression in some environment.
Moreover, FE_ALL_EXCEPT might not be defined as int.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list