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:
@@ -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
Reference in New Issue
Block a user