Commit 9622ede2e24067a09380c63da8d5007ec1f03dc4

Anatoly Trosinenko 2014-11-14T13:18:04

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".