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

Fix formatting of some larger file sizes on 32bit x86 #18

Merged
merged 2 commits into from
Dec 10, 2022

Conversation

buschmann23
Copy link
Collaborator

With the x87 FPU available, GCC uses long double precision for some variables. Due to the function call passing a double, some comparisons break down. That resulted in "1.00 YB" being printed as "1000.00 ZB" instead.

Fix taken from steveire/grantlee#86

With the x87 FPU available, GCC uses long double precision for some variables.
Due to the function call passing a double, some comparisons break down.
That resulted in "1.00 YB" being printed as "1000.00 ZB" instead.

Fix taken from steveire/grantlee#86
@buschmann23 buschmann23 self-assigned this Dec 10, 2022
@buschmann23 buschmann23 merged commit 12343f0 into cutelyst:master Dec 10, 2022
@buschmann23 buschmann23 deleted the fix-filesize-32bit-x86 branch December 10, 2022 05:55
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