[libc-commits] [libc] a3ebb66 - [libc][math]: updated math docs for newhdrgen (#99715)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 19 18:43:32 PDT 2024


Author: aaryanshukla
Date: 2024-07-19T18:43:27-07:00
New Revision: a3ebb669d1027700a2f12bd5e075ad3fde3d4f70

URL: https://github.com/llvm/llvm-project/commit/a3ebb669d1027700a2f12bd5e075ad3fde3d4f70
DIFF: https://github.com/llvm/llvm-project/commit/a3ebb669d1027700a2f12bd5e075ad3fde3d4f70.diff

LOG: [libc][math]: updated math docs for newhdrgen (#99715)

Added: 
    

Modified: 
    libc/src/math/docs/add_math_function.md

Removed: 
    


################################################################################
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