| Summary: | floating point exceptions | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | paetzold |
| Component: | global/management | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.0 | ||
| Hardware: | DEC | ||
| OS: | OSF/1 | ||
|
Description
paetzold
2000-04-11 04:02:01 CEST
Geant4 coding conventions and installation setup explicitly follow the ANSI/IEEE-754 Standard for the initialization of floating-point arithmetic hardware and portability. The Standard foresees floating-point arithmetic to be nonstop and underflows to be gradual. On DEC platforms the ANSI/IEEE-754 Standard compliance needs to be explicitly set (since deactivated by default), we use infact the option "-ieee" on the DEC/cxx native C++ compiler to achieve this. You should check if your compiler provides compilation options for activating Standard initialization of FP arithmetic (it can be DEC specific). |