[all-commits] [llvm/llvm-project] 708c0f: [libc] Simplify the version guard for mpfr. (#146354)
Connector Switch via All-commits
all-commits at lists.llvm.org
Tue Jul 8 09:22:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 708c0fe3df41852941bd17acc779efa4bda6c996
https://github.com/llvm/llvm-project/commit/708c0fe3df41852941bd17acc779efa4bda6c996
Author: Connector Switch <c8ef at outlook.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
M libc/utils/MPFRWrapper/MPCommon.cpp
Log Message:
-----------
[libc] Simplify the version guard for mpfr. (#146354)
Instead of manually calculating the major and minor version numbers, we
can directly use `MPFR_VERSION_NUM` to simplify this.
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