[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:38:00 PDT 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/129371.
---
Full diff: https://github.com/llvm/llvm-project/pull/130805.diff
1 Files Affected:
- (modified) libc/docs/headers/stdfix.rst (+6-6)
``````````diff
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|
================== =========
``````````
</details>
https://github.com/llvm/llvm-project/pull/130805
More information about the libc-commits
mailing list