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

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


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

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

>From c7079b47f1cc076c6ca4e2a434348d086bdddf42 Mon Sep 17 00:00:00 2001
From: Leonard Chan <leonardchan at google.com>
Date: Thu, 27 Feb 2025 11:44:56 -0800
Subject: [PATCH] [stdfix] Check fxbits as complete

These were added in https://github.com/llvm/llvm-project/pull/114912 by
@smallp-o-p.
---
 libc/docs/headers/math/stdfix.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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