[all-commits] [llvm/llvm-project] 0ccec5: [libc] Fix compilation when long double is used as...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Thu Jul 4 09:35:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ccec541d526a1be84fdfcf8f42553965dadff78
https://github.com/llvm/llvm-project/commit/0ccec541d526a1be84fdfcf8f42553965dadff78
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/big_int.h
M libc/test/src/math/smoke/CopySignTest.h
Log Message:
-----------
[libc] Fix compilation when long double is used as float128 (#97747)
Small patch that fixes the compilation when float128 is a long double, e.g., rv32. It fixes a static_cast, adds a missing %= operator and changes a cast to use get_val() in a test case instead
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