[libc-commits] [libc] 313e2ef - [libc] Mark fixed point type generic macros as complete (#130805)
via libc-commits
libc-commits at lists.llvm.org
Tue Mar 11 11:03:54 PDT 2025
Author: PiJoules
Date: 2025-03-11T11:03:51-07:00
New Revision: 313e2ef93eb2cb257e643c87916df8471ff01fd8
URL: https://github.com/llvm/llvm-project/commit/313e2ef93eb2cb257e643c87916df8471ff01fd8
DIFF: https://github.com/llvm/llvm-project/commit/313e2ef93eb2cb257e643c87916df8471ff01fd8.diff
LOG: [libc] Mark fixed point type generic macros as complete (#130805)
These were added in https://github.com/llvm/llvm-project/pull/129371.
Added:
Modified:
libc/docs/headers/stdfix.rst
Removed:
################################################################################
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