Hello Uroš, On 28 Feb 13:55, Uros Bizjak wrote: > On Fri, Feb 28, 2014 at 1:14 PM, Kirill Yukhin <kirill.yuk...@gmail.com> > wrote: > > Hello, > > This is relatively obvious patch which eliminates comparision > > of inifinities for exp2 AVX-512 test and properly comparing floats > > for avx512f-sqrtps-2.c. > > > > Tests pass. > > > > Is it ok for trunk? > > > > gcc/testsuite/ > > * gcc.target/i386/avx512er-vexp2ps-2.c: Decrease exponent > > argument to avoid inf values. > > * gcc.target/i386/avx512er-vexp2ps-2.c: Compare results with > > UNION_FP_CHECK machinery. > > You are talking about avx512f-sqrtps-2.c, the ChangeLog refers to > avx512er-vexp2ps-2.c, but the patch is modifying avx512f-vdivps-2.c. Sorry for mess. Broken was avx512f-vdivps-2.c.
Updated testsuite/CHangelog: * gcc.target/i386/avx512er-vexp2ps-2.c: Decrease exponent argument to avoid inf values. * gcc.target/i386/avx512f-vdivps-2.c: Compare results with UNION_FP_CHECK machinery. -- Thanks, K