]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-07-14 Maxim Blumenthal <maxim.blumenthal@intel.com>
authoriverbin <iverbin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2015 18:54:35 +0000 (18:54 +0000)
committeriverbin <iverbin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2015 18:54:35 +0000 (18:54 +0000)
commitf44cb3dfb24ca670415247c591f209c4adcd0db1
treee5dcec9f9dccfd2a80bd5288ad62b0509eff9870
parent8f1030d5e2ee856ea62455a7514e92e77e3a30c2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225786 138bc75d-0d04-0410-961f-82ee72b054a4
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