Skip to content

Commit

Permalink
core:test Fix fp16 build if AVX2 sets as baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed Jul 31, 2018
1 parent 28d0e97 commit bb82cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/test/test_intrin.fp16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
;
Expand Down

0 comments on commit bb82cdc

Please sign in to comment.