[all-commits] [llvm/llvm-project] 38fa11: [libc] Remove constexpr from asin_eval() (#151528)
William Huynh via All-commits
all-commits at lists.llvm.org
Thu Jul 31 10:20:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38fa11f5b4cad7aec3697b913f8c54f987049060
https://github.com/llvm/llvm-project/commit/38fa11f5b4cad7aec3697b913f8c54f987049060
Author: William Huynh <William.Huynh at arm.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M libc/src/__support/math/asin_utils.h
Log Message:
-----------
[libc] Remove constexpr from asin_eval() (#151528)
fputil::multiply_add is conditionally constexpr, on some architectures,
it selects the non-constexpr version, resulting in a compile error.
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