Skip to content

adds more (and fixes existing) GCC-specific builtin floating types #40

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 2 commits into from
May 17, 2021

Conversation

ivg
Copy link
Member

@ivg ivg commented May 17, 2021

After reading more carefully this document we noticed that some of the
types were missing and some were misnamed

ivg added 2 commits May 17, 2021 13:11
Note, this type is different from any integer types as, in
```
_Bool a=1, b=2;
assert(a == b);
```
the assertion holds.
After reading more carefully this document [1] we noticed that some of the
types were missing and some were misnamed

[1]: https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html
@ivg ivg merged commit f9196a7 into master May 17, 2021
@ivg ivg deleted the add-more-builting-types branch May 17, 2021 17:42
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.

1 participant