Skip to content
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

Need long double (float128) routines support #4

Open
5 of 8 tasks
AngheloAlf opened this issue Nov 13, 2023 · 0 comments
Open
5 of 8 tasks

Need long double (float128) routines support #4

AngheloAlf opened this issue Nov 13, 2023 · 0 comments

Comments

@AngheloAlf
Copy link
Member

AngheloAlf commented Nov 13, 2023

GCC can emit calls to these routines when using the n32 ABI when there's arithmetic on long double.

Type definitions:

typedef long double float128;
typedef int fcmp __attribute__ ((mode (__libgcc_cmp_return__)));

Required functions:

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

When branches are created from issues, their pull requests are automatically linked.

1 participant