diff options
author | aaryanshukla <53713108+aaryanshukla@users.noreply.github.com> | 2024-07-19 18:43:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 18:43:27 -0700 |
commit | a3ebb669d1027700a2f12bd5e075ad3fde3d4f70 (patch) | |
tree | 29bfb6760065bcd2de10cc0d4e2a5b724d58ac48 | |
parent | 4a739fb53cacdb850d27b164dd6f173d21d5f083 (diff) | |
download | llvm-a3ebb669d1027700a2f12bd5e075ad3fde3d4f70.zip llvm-a3ebb669d1027700a2f12bd5e075ad3fde3d4f70.tar.gz llvm-a3ebb669d1027700a2f12bd5e075ad3fde3d4f70.tar.bz2 |
[libc][math]: updated math docs for newhdrgen (#99715)
-rw-r--r-- | libc/src/math/docs/add_math_function.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md index 9c23b8c..e9a6aad 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 |