1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

RISC-V: updated intrin_rvv071.hpp to work with modern toolchain 2.8.0

- intrinsics implementation (071) reworked to use modern RVV intrinsics syntax
- cmake toolchain file (071) now allows selecting from predefined configurations

Co-authored-by: Fang Sun <fangsun@linux.alibaba.com>
This commit is contained in:
Maksim Shabunin
2024-01-10 12:53:33 +03:00
parent b647e65618
commit 224b9ee33f
3 changed files with 1033 additions and 618 deletions
@@ -147,7 +147,7 @@
#endif
#if defined(__riscv) && defined(__riscv_vector) && defined(__riscv_vector_071)
# include<riscv-vector.h>
# include<riscv_vector.h>
# define CV_RVV071 1
#endif
File diff suppressed because it is too large Load Diff