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

Brilift: Conformant float printing #219

Merged
merged 8 commits into from
Jun 26, 2022
Merged

Brilift: Conformant float printing #219

merged 8 commits into from
Jun 26, 2022

Conversation

sampsyo
Copy link
Owner

@sampsyo sampsyo commented Jun 25, 2022

Just makes Brilift conform to the new spec in #218 for printing all floats with 17 decimal digits of precision. Now all the float tests pass!

Hoping to tack CI stuff on to this PR…

sampsyo added 4 commits June 25, 2022 14:54
Makes Brilift conform to the new spec in #218 for printing all floats
with 17 decimal digits of precision. Now all the float tests pass.
@Pat-Lafon
Copy link
Contributor

As I'm passing through, I was curious about the failing test. Am I correct in assuming that brilift requires that clang is your c compiler? Where as gcc uses --target.

@sampsyo
Copy link
Owner Author

sampsyo commented Jun 26, 2022

That is a problem, although I didn't mean to include a target at all (and there's another problem somewhere else). (GCC is not a "cross-compiler by default" like Clang is, so you actually have to build a special GCC for compiling to non-native architectures.)

@sampsyo
Copy link
Owner Author

sampsyo commented Jun 26, 2022

Alright; I think everything's in order!

@sampsyo sampsyo merged commit 0f7c35b into main Jun 26, 2022
@sampsyo sampsyo deleted the brilift-float-print branch June 26, 2022 14:22
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