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

via libc-commits libc-commits at lists.llvm.org
Thu Feb 27 12:04:10 PST 2025


Author: PiJoules
Date: 2025-02-27T12:04:06-08:00
New Revision: 9a32af25b4d22f4f1257a5491d6e372e0f216842

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

LOG: [stdfix] Check fxbits as complete (#129107)

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

Added: 
    

Modified: 
    libc/docs/headers/math/stdfix.rst

Removed: 
    


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


        


More information about the libc-commits mailing list