[libc-commits] [libc] [libc][docs] Fix file path for fputil (PR #204534)
via libc-commits
libc-commits at lists.llvm.org
Thu Jun 18 02:22:14 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Zorojuro (Sukumarsawant)
<details>
<summary>Changes</summary>
Fixes a small nit in the file path for fputil from FPUtils -> FPUtil
---
Full diff: https://github.com/llvm/llvm-project/pull/204534.diff
1 Files Affected:
- (modified) libc/src/math/docs/add_math_function.md (+2-2)
``````````diff
diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index ec909b368af01..87528030bb0ba 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -85,13 +85,13 @@ If the function should be available to internal LLVM projects:
- Floating point utilities and math functions that are also used internally are
located at:
```
- libc/src/__support/FPUtils
+ libc/src/__support/FPUtil
```
- These are preferred to be included as header-only.
- To manipulate bits of floating point numbers, use the template class
`LIBC_NAMESPACE::fputil::FPBits<>` in the header file:
```
- libc/src/__support/FPUtils/FPBits.h
+ libc/src/__support/FPUtil/FPBits.h
```
## Testing
``````````
</details>
https://github.com/llvm/llvm-project/pull/204534
More information about the libc-commits
mailing list