Commit Graph

2 Commits

Author SHA1 Message Date
Anatoly Trosinenko
9622ede2e2 Fix floating point number comparisons in testsuite/libffi.call/float[123].c.
Rewrite the checks for approximate equality of floating point return
values to be in the form "fabs(a - b) < EPS" instead of just
"a - b < EPS".
2014-11-14 13:18:04 +03:00
Anthony Green
c6dddbd02b Initial commit 2009-10-04 08:11:33 -04:00