Skip to content

当前的LLVM是否支持P扩展规范中向量化的变量类型和函数? #61

Open
@ByeBeihai

Description

@ByeBeihai

image
P扩展手册中规定了可选的向量化的Intrinsic functions,如上图中的__rv_v_uadd16函数。
请问当前的LLVM可以调用这样的函数吗?我尝试了像直接调用__rv_add16一样调用__rv_v_uadd16,但是得到了函数未定义的报错。
此外我注意到直接使用uint16x2_t这样的变量类型也会报未定义的错误。请问这样的变量类型该如何正确使用呢?需要我自行定义或者引用某个头文件吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions