[libc-commits] [libc] [stdfix] Check fxbits as complete (PR #129107)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 27 11:46:35 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (PiJoules)

<details>
<summary>Changes</summary>

These were added in https://github.com/llvm/llvm-project/pull/114912 by @<!-- -->smallp-o-p.

---
Full diff: https://github.com/llvm/llvm-project/pull/129107.diff


1 Files Affected:

- (modified) libc/docs/headers/math/stdfix.rst (+1-1) 


``````````diff
diff --git a/libc/docs/headers/math/stdfix.rst b/libc/docs/headers/math/stdfix.rst
index 73a0a596df331..77b9ac69fab8c 100644
--- a/libc/docs/headers/math/stdfix.rst
+++ b/libc/docs/headers/math/stdfix.rst
@@ -71,7 +71,7 @@ The following functions are included in the ISO/IEC TR 18037:2008 standard.
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
 | bits\*        | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
-| \*bits        |                |             |               |            |                |             |                |             |               |            |                |             |
+| \*bits        | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
 | countls       | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+

``````````

</details>


https://github.com/llvm/llvm-project/pull/129107


More information about the libc-commits mailing list