Survey-on-LLVM-Vector
用例
1 | #include <arm_neon.h> |
1 | #include <arm_neon.h> |
代码
1 | typedef __attribute__((neon_vector_type(4))) uint32_t uint32x4_t; |
1 | AST: |
1 | InitBuiltinTypes |
1 | clang -ast-print |
1 | #include <arm_neon.h> |
1 | #include <arm_neon.h> |
1 | typedef __attribute__((neon_vector_type(4))) uint32_t uint32x4_t; |
1 | AST: |
1 | InitBuiltinTypes |
1 | clang -ast-print |