1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Extending CPU dispatch to the tests; fixing a typo

This commit is contained in:
Boris Fomitchev
2017-08-20 20:31:21 -07:00
parent a2120263de
commit 76f7fb5231
6 changed files with 831 additions and 823 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "test_precomp.hpp"
#include "test_intrin_utils.hpp"
namespace cvtest { namespace hal {
TEST(hal_intrin, float16x4) {
TheTest<v_float16x4>()
.test_loadstore_fp16()
.test_float_cvt_fp16()
;
}
}}