llvm-project
38fa11f5
- [libc] Remove constexpr from asin_eval() (#151528)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
99 days ago
[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.
References
#151528 - [libc] Remove constexpr from asin_eval()
Author
saturn691
Parents
fc12fc63
Loading