Commit e1d72e1
committed
Temporarily change O2_DISABLE_FPE_TRAP to O2_ENABLE_FPE_TRAP
Given that there are potentially many places producing FPE if with FPE trapping enbaled,
in order to merge this PR changing default to NOT enable trapping with possibility
to enable it via env.var O2_ENABLE_FPE_TRAP with bits corresponding to enabled FEs:
FE_INVALID(=8)|FE_DIVBYZERO(=4)|FE_OVERFLOW(=1)1 parent a3517a5 commit e1d72e1
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments