Summary: | GCC floating point behavior | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | eipi <pierre> |
Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | truedfx |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
FVector code used to check the GCC bug
emerge --info output |
Description
eipi
2007-02-19 05:11:33 UTC
Created attachment 110601 [details]
FVector code used to check the GCC bug
Created attachment 110603 [details]
emerge --info output
Floating-point arithmetic is not exact. The compiler is allowed to be inconsistent in when it rounds results, depending on whether it sees that certain optimisations are available. Please also see <http://gcc.gnu.org/PR323> |