kc3-lang/libffi/testsuite/libffi.call/float2.c

Branch :


Log

Author Commit Date CI Message
09f9d856 2019-10-09 16:26:06 Making the change to correct the comment when SUN (#521) and GCC are used together
ef8be84d 2016-07-29 21:01:38 Do not use fabsl() in float2.c test Some targets may support long double variables but in the same time may lack support of long double functions like fabsl(). Signed-off-by: Yuriy Kolerov <yuriy.kolerov@synopsys.com>
9622ede2 2014-11-14 13: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".
99db4d42 2014-10-23 14:12:18 win64: Rewrite It's way too different from the 32-bit ABIs with which it is currently associated. As seen from all of the existing XFAILs.
7cf84132 2014-11-07 06:56:55 testsuite: Add two dg-do run markers Caught by clang warning about unused -L parameter.
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
5cbe2058 2009-10-04 23:53:11 Initial stand-alone patch.
c6dddbd0 2009-10-04 08:11:33 Initial commit