From bb82cdc9281d040b1a54ba654e60d2f8e47c746d Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Tue, 31 Jul 2018 09:47:11 +0200 Subject: [PATCH] core:test Fix fp16 build if AVX2 sets as baseline --- modules/core/test/test_intrin.fp16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/test/test_intrin.fp16.cpp b/modules/core/test/test_intrin.fp16.cpp index 893c5f1..9f6416b 100644 --- a/modules/core/test/test_intrin.fp16.cpp +++ b/modules/core/test/test_intrin.fp16.cpp @@ -9,7 +9,7 @@ CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN void test_hal_intrin_float16() { - TheTest() + TheTest() .test_loadstore_fp16() .test_float_cvt_fp16() ; -- 2.7.4