Re: [PATCH] ARC: Fix max ULP for cosine test

2016-09-10 Thread Waldemar Brodkorb
Hi Eugeniy, Eugeniy Paltsev wrote, > Max ULP for "cos (M_PI_6l * 2.0) == 0.5" in "test-double" sub-test > is set to "0" for ARC. It causes "test-double" test failure. > > I realized that this sub-test on ARM gets completely same results. > But it doesn't fails on ARM because max ULP is set to "1"

[PATCH] ARC: Fix max ULP for cosine test

2016-08-23 Thread Eugeniy Paltsev
Max ULP for "cos (M_PI_6l * 2.0) == 0.5" in "test-double" sub-test is set to "0" for ARC. It causes "test-double" test failure. I realized that this sub-test on ARM gets completely same results. But it doesn't fails on ARM because max ULP is set to "1" for ARM. I am wondering, if it was done for