提交 c526705f 编写于 作者: F Francesco Petrogalli 提交者: Alexander Alekhin

[cv::transform] Enable CV_SIMD for the 16U case on AArch64.

上级 ef27c11d
......@@ -1537,7 +1537,7 @@ transform_8u( const uchar* src, uchar* dst, const float* m, int len, int scn, in
static void
transform_16u( const ushort* src, ushort* dst, const float* m, int len, int scn, int dcn )
{
#if CV_SIMD && !defined(__aarch64__) && !defined(_M_ARM64)
#if CV_SIMD
if( scn == 3 && dcn == 3 )
{
int x = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册