[all-commits] [llvm/llvm-project] 80deb8: [libc][fenv] Add compile time check (#87826)
Robin Caloudis via All-commits
all-commits at lists.llvm.org
Fri Apr 5 14:50:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80deb8269f2252b65c8af09da100e5b4949d589d
https://github.com/llvm/llvm-project/commit/80deb8269f2252b65c8af09da100e5b4949d589d
Author: Robin Caloudis <robin.caloudis at gmx.de>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M libc/src/fenv/fegetexceptflag.cpp
Log Message:
-----------
[libc][fenv] Add compile time check (#87826)
Take care of a TODO. This
check makes sure that the fexcept_t
value fits in an int value.
TODO introduced in:
https://github.com/llvm/llvm-project/commit/9550f8ba9a3a697f28a7920c8aeb5cba1e8003a6
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