When I execute vl_compilenn,the problem is as followed:error: 'builtin_ia32_phaddw128' was not declared in
this scope; did you mean 'builtin_ia32_paddw128'?
When I changed it to builtin_ia32_paddw128, the problem was like:error: cannot convert 'v16qi' to '__vector(8) short int'.
I do not know how to solve this problem.
When I execute vl_compilenn,the problem is as followed:error: 'builtin_ia32_phaddw128' was not declared in this scope; did you mean 'builtin_ia32_paddw128'? When I changed it to builtin_ia32_paddw128, the problem was like:error: cannot convert 'v16qi' to '__vector(8) short int'. I do not know how to solve this problem.