You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: