- Notifications
You must be signed in to change notification settings - Fork5
Commit43fe90f
committed
Suppress -0 in the C field of lines computed by line_construct_pts().
It's not entirely clear why some PPC machines are generating -0 here, sincethe underlying computation should be exactly 0 - 0. Perhaps there's somewider-than-nominal-precision calculations happening? Anyway, the best wayto avoid platform-dependent results seems to be to explicitly reset -0 toregular zero.1 parent1f7a479 commit43fe90f
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1116 | 1116 |
| |
1117 | 1117 |
| |
1118 | 1118 |
| |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
1119 | 1122 |
| |
1120 | 1123 |
| |
1121 | 1124 |
| |
|
0 commit comments
Comments
(0)