riscv-non-isa / rvv-intrinsic-doc

https://jira.riscv.org/browse/RVG-153
BSD 3-Clause "New" or "Revised" License
277 stars 88 forks source link

Fix CI and missing implementations in derived classes #340

Closed jerryzj closed 1 month ago

jerryzj commented 1 month ago
diff ./rvv-intrinsic-generator/.tmp/bfloat16/policy_funcs/llvm-overloaded-tests/vluxseg8ei16.c  rvv-intrinsic-doc-dev/auto-generated/bfloat16/policy_funcs/llvm-overloaded-tests/vluxseg8ei16.c
2c2,3
< // RUN: %clang_cc1 -triple riscv64 -target-feature +v \
---
> // RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \
> // RUN:   -target-feature +experimental-zvfh \

Signed-off-by: Jerry Zhang Jian jerry.zhangjian@sifive.com