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.