core:test Fix fp16 build if AVX2 sets as baseline
authorSayed Adel <seiko@imavr.com>
Tue, 31 Jul 2018 07:47:11 +0000 (09:47 +0200)
committerSayed Adel <seiko@imavr.com>
Tue, 31 Jul 2018 08:02:20 +0000 (10:02 +0200)
modules/core/test/test_intrin.fp16.cpp

index 893c5f1..9f6416b 100644 (file)
@@ -9,7 +9,7 @@ CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN
 
 void test_hal_intrin_float16()
 {
-    TheTest<v_float16x8>()
+    TheTest<v_float16>()
         .test_loadstore_fp16()
         .test_float_cvt_fp16()
         ;