[libc-commits] [libc] [libc] Mark fixed point type generic macros as complete (PR #130805)

via libc-commits libc-commits at lists.llvm.org
Tue Mar 11 10:37:23 PDT 2025


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

These were added in https://github.com/llvm/llvm-project/pull/129371.

>From a309af79a9e65c129abf8ad263136c02274d8e12 Mon Sep 17 00:00:00 2001
From: Leonard Chan <leonardchan at google.com>
Date: Tue, 11 Mar 2025 10:35:34 -0700
Subject: [PATCH] [libc] Mark fixed point type generic macros as complete

These were added in https://github.com/llvm/llvm-project/pull/129371.
---
 libc/docs/headers/stdfix.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/libc/docs/headers/stdfix.rst b/libc/docs/headers/stdfix.rst
index 5189439c63306..20f68b4a1ed35 100644
--- a/libc/docs/headers/stdfix.rst
+++ b/libc/docs/headers/stdfix.rst
@@ -1,6 +1,6 @@
-================
-StdFix Functions
-================
+========
+stdfix.h
+========
 
 .. include:: ../check.rst
 
@@ -89,9 +89,9 @@ The following functions are included in the ISO/IEC TR 18037:2008 standard.
 ================== =========
 Type Generic Macro Available
 ================== =========
-absfx
-countlsfx
-roundfx
+absfx              |check|
+countlsfx          |check|
+roundfx            |check|
 ================== =========
 
 



More information about the libc-commits mailing list