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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user