Skip to content

[stdfix] Update function names #129129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

PiJoules
Copy link
Contributor

@PiJoules PiJoules commented Feb 27, 2025

The remaining math functions are mulifx (int * fx = int), divifx (int / fx = int), fxdivi (int / int = fx), and idivfx (fx / fx = int).

The remaining math functions are `mulifx` (int * fx = int), `divifx`
(int / fx = int), `fxdivi` (int / int = fx)`, and `idivfx` (fx / fx =
int).
@PiJoules PiJoules requested a review from lntue February 27, 2025 21:48
@llvmbot llvmbot added the libc label Feb 27, 2025
@llvmbot
Copy link
Member

llvmbot commented Feb 27, 2025

@llvm/pr-subscribers-libc

Author: None (PiJoules)

Changes

The remaining math functions are mulifx (int * fx = int), divifx (int / fx = int), fxdivi (int / int = fx), and idivfx (fx / fx = int).


Full diff: https://github.com/llvm/llvm-project/pull/129129.diff

1 Files Affected:

  • (modified) libc/docs/headers/math/stdfix.rst (+3-3)
diff --git a/libc/docs/headers/math/stdfix.rst b/libc/docs/headers/math/stdfix.rst
index 77b9ac69fab8c..3b93f29a4abdc 100644
--- a/libc/docs/headers/math/stdfix.rst
+++ b/libc/docs/headers/math/stdfix.rst
@@ -75,13 +75,13 @@ The following functions are included in the ISO/IEC TR 18037:2008 standard.
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
 | countls       | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
-| divi          |                |             |               |            |                |             |                |             |               |            |                |             |
+| divi\*        |                |             |               |            |                |             |                |             |               |            |                |             |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
-| idivi         |                |             |               |            |                |             |                |             |               |            |                |             |
+| idiv\*        |                |             |               |            |                |             |                |             |               |            |                |             |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
 | muli          |                |             |               |            |                |             |                |             |               |            |                |             |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
-| rdivi         |                |             |               |            |                |             |                |             |               |            |                |             |
+| \*divi        |                |             |               |            |                |             |                |             |               |            |                |             |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+
 | round         | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     | |check|        | |check|     | |check|       | |check|    | |check|        | |check|     |
 +---------------+----------------+-------------+---------------+------------+----------------+-------------+----------------+-------------+---------------+------------+----------------+-------------+

@PiJoules PiJoules merged commit 7842954 into llvm:main Feb 27, 2025
15 of 18 checks passed
@PiJoules PiJoules deleted the update-fx-function-names branch February 27, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants