Skip to content

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

Open
Vogtinator wants to merge 1 commit intosteveire:masterfrom
Vogtinator:x87fix
Open

Fix formatting of some larger file sizes on 32bit x86#86
Vogtinator wants to merge 1 commit intosteveire:masterfrom
Vogtinator:x87fix

Conversation

@Vogtinator
Copy link
Copy Markdown

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.

Fixes #85

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.

Fixes steveire#85
buschmann23 added a commit to buschmann23/cutelee that referenced this pull request Dec 10, 2022
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 added a commit to cutelyst/cutelee that referenced this pull request Dec 10, 2022
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
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.

One filter test (formatfiltertest07) fails on i586

1 participant