Skip to content

[libc][stdfix] Initial support for stdfix.h and fixed point arithmetic. #81201

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

Closed
wants to merge 1 commit into from

Conversation

lntue
Copy link
Contributor

@lntue lntue commented Feb 8, 2024

This is just a draft to see that what we need to build and test functions using _Fract and _Accum types. Will split them into smaller patches to commit.

@lntue
Copy link
Contributor Author

lntue commented Feb 9, 2024

Build and test with x86-64 clang (trunk) works with latest version.

@lntue
Copy link
Contributor Author

lntue commented Feb 9, 2024

Spinoff 1: First patch to generate stdfix.h header and add compiler support detection #81255

Spinoff 2: Add is_fixed_point type trait #81263

Spinoff 3: Add FXRep helper class for fixed point types #81272

@lntue
Copy link
Contributor Author

lntue commented Feb 15, 2024

Spinoff 4: Add support for fixed point types in the testing infrastructure. #81819
Spinoff 5: Add abs functions for signed fixed point types. #81823

@lntue lntue closed this Feb 15, 2024
@lntue lntue deleted the fix branch February 15, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants