We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P扩展手册中规定了可选的向量化的Intrinsic functions,如上图中的__rv_v_uadd16函数。 请问当前的LLVM可以调用这样的函数吗?我尝试了像直接调用__rv_add16一样调用__rv_v_uadd16,但是得到了函数未定义的报错。 此外我注意到直接使用uint16x2_t这样的变量类型也会报未定义的错误。请问这样的变量类型该如何正确使用呢?需要我自行定义或者引用某个头文件吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
P扩展手册中规定了可选的向量化的Intrinsic functions,如上图中的__rv_v_uadd16函数。
请问当前的LLVM可以调用这样的函数吗?我尝试了像直接调用__rv_add16一样调用__rv_v_uadd16,但是得到了函数未定义的报错。
此外我注意到直接使用uint16x2_t这样的变量类型也会报未定义的错误。请问这样的变量类型该如何正确使用呢?需要我自行定义或者引用某个头文件吗?
The text was updated successfully, but these errors were encountered: