| Summary: | Linux results depend on optimisation | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | Steve.ONeale |
| Component: | N02 | Assignee: | John Apostolakis <John.Apostolakis> |
| Status: | CLOSED LATER | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Steve.ONeale
2001-01-30 07:57:28 CET
It has been verified that output is perfectly reproducible on gcc-3.2 if one associates chip's specific compilation options of the kind (for Pentium-4): -march=pentium4 -mfpmath=sse which forces the usage of the SSE unit for scalar floating-point arithmetics which is said to solve some numerical instability problems happening in the default 387 floating-point coprocessor, where temporaries are handled in 80bit precision. |