fixed tests for aarch64

This commit is contained in:
Ilya Lavrenov
2015-04-24 12:20:54 +03:00
parent 26e3bcb9de
commit 89e3c508d8
8 changed files with 51 additions and 4 deletions

View File

@@ -22,5 +22,5 @@ PERF_TEST_P(Size_MatType, dft, TEST_MATS_DFT)
TEST_CYCLE() dft(src, dst);
SANITY_CHECK(dst, 1e-5);
SANITY_CHECK(dst, 4e-7, ERROR_RELATIVE);
}