1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

test(hal): properly dispatch FP16 test

This commit is contained in:
Alexander Alekhin
2017-08-24 20:52:29 +00:00
parent 76f7fb5231
commit b18983a005
3 changed files with 31 additions and 14 deletions
+7 -2
View File
@@ -2,10 +2,15 @@
#include "test_intrin_utils.hpp"
namespace cvtest { namespace hal {
TEST(hal_intrin, float16x4) {
CV_CPU_OPTIMIZATION_NAMESPACE_BEGIN
void test_hal_intrin_float16x4()
{
TheTest<v_float16x4>()
.test_loadstore_fp16()
.test_float_cvt_fp16()
;
}
}}
CV_CPU_OPTIMIZATION_NAMESPACE_END
}} // namespace