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

Begin prototyping f128 tests #18

Closed
wants to merge 1 commit into from
Closed

Conversation

tgross35
Copy link

@Gankra I think I need some help completing this (unless you'd prefer to pick it up). Do you have any suggestions for how to get __float128 to work since Rust doesn't have an internal representation? It is supported on both GCC and Clang x86/s390x/some mips.

I'm trying to figure this out because (1) Rust is getting close to adding a f128 type, and (2) LLVM is getting very close to fixing their i128 representation - just want to make sure that everything seems to be on the same page as those start to land.

@Gankra
Copy link
Owner

Gankra commented Jul 1, 2024

This was massive conflicted by #20. Discussion of new impl in #16

@Gankra Gankra closed this Jul 1, 2024
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.

None yet

2 participants