[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:21:42 PDT 2024


https://github.com/aaryanshukla created https://github.com/llvm/llvm-project/pull/99715

None

>From ac081472d467f83be60e4009adcee7a4e2763c18 Mon Sep 17 00:00:00 2001
From: Aaryan Shukla <aaryanshukla at google.com>
Date: Fri, 19 Jul 2024 22:19:48 +0000
Subject: [PATCH] [libc][math]: updated math docs for newhdrgen

---
 libc/src/math/docs/add_math_function.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the libc-commits mailing list