[libc-commits] [libc] [libc][math]: updated math docs for newhdrgen (PR #99715)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 19 15:22:15 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: None (aaryanshukla)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/99715.diff
1 Files Affected:
- (modified) libc/src/math/docs/add_math_function.md (+1-1)
``````````diff
diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index 9c23b8ca789bc..e9a6aadc6c44f 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -18,7 +18,7 @@ together with its specifications:
```
- Add function specs to the file:
```
- libc/spec/stdc.td
+ libc/newhdrgen/yaml/math.yaml
```
## Implementation
``````````
</details>
https://github.com/llvm/llvm-project/pull/99715
More information about the libc-commits
mailing list