Ticket #356 (closed defect: fixed)
ia32: floating-point-overflow not signaled on EXP
| Reported by: | rme | Owned by: | rme |
|---|---|---|---|
| Priority: | minor | Milestone: | IA-32 port |
| Component: | Runtime (threads, GC) | Version: | trunk |
| Keywords: | Cc: |
Description
From the test suite:
(EXP (+ (LOG MOST-POSITIVE-SINGLE-FLOAT) 100)) (EXP (+ (LOG MOST-POSITIVE-DOUBLE-FLOAT) 100))
Both should signal floating-point-overflow, but instead return "1E++0" and "2E++0"
Change History
Note: See
TracTickets for help on using
tickets.
