[libc-commits] [libc] [llvm] [libc][bazel] Enable parse_headers feature for llvm-libc. (PR #150538)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Jul 24 15:52:55 PDT 2025
================
@@ -234,7 +234,7 @@ static double set_exceptional(double x) {
namespace math {
-static double exp(double x) {
+static constexpr double exp(double x) {
----------------
michaelrj-google wrote:
this function should also be `LIBC_INLINE`
```suggestion
LIBC_INLINE static constexpr double exp(double x) {
```
https://github.com/llvm/llvm-project/pull/150538
More information about the libc-commits
mailing list