Commit 342e8d5
committed
BF: fix tests for binary128 / longdouble
Tests for windows float96 failing because of a change in the logic of
the type_info routine, so the routine was not returning after it
identifies windows float96.
Test for binary128 failing because Intel 80 float128 has the same
exponent precision and width, on 64 bit platforms. Add nmant == 112
test.1 parent f2b665f commit 342e8d5
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
0 commit comments