simd-3.c: (main): Change type of res and ref from int to double.
authorMaxim Blumenthal <maxim.blumenthal@intel.com>
Tue, 14 Jul 2015 18:54:35 +0000 (18:54 +0000)
committerIlya Verbin <iverbin@gcc.gnu.org>
Tue, 14 Jul 2015 18:54:35 +0000 (18:54 +0000)
commit4c1cb4da7ae9916e3dae516f360d6a438e5af5e5
treee5dcec9f9dccfd2a80bd5288ad62b0509eff9870
parente056dfd06a163af1204b2af5b7e44322a3e39cd1
simd-3.c: (main): Change type of res and ref from int to double.

2015-07-14  Maxim Blumenthal  <maxim.blumenthal@intel.com>

libgomp/
* testsuite/libgomp.c/examples-4/simd-3.c: (main): Change type of res
and ref from int to double.  Replaced their comparison with
an inequality of their difference and EPS.
* testsuite/libgomp.c/examples-4/simd-8.c: (main): Replace the
comparison of pri and a reference number with an inequality of their
difference and EPS.
* testsuite/libgomp.fortran/examples-4/simd-3.f90: (main): Replaced
the comparison of sum and sum_ref with an inequality of their
difference and EPS.
* testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Replace
the comparison of pri and a reference number with an inequality of
their difference and EPS.

From-SVN: r225786
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/examples-4/simd-3.c
libgomp/testsuite/libgomp.c/examples-4/simd-8.c
libgomp/testsuite/libgomp.fortran/examples-4/simd-3.f90
libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90