Skip to content

Commit 09fd1da

Browse files
committed
kernel/riscv64: enable RVV ROTM for ZVL256B
Use the RVV ROTM kernel for single and double precision ROTM on the RISCV64_ZVL256B target.
1 parent a11b444 commit 09fd1da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/riscv64/KERNEL.RISCV64_ZVL256B

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ DROTKERNEL = rot_vector.c
6666
CROTKERNEL = zrot_vector.c
6767
ZROTKERNEL = zrot_vector.c
6868

69-
SROTMKERNEL = ../generic/rotm.c
70-
DROTMKERNEL = ../generic/rotm.c
69+
SROTMKERNEL = rotm_rvv.c
70+
DROTMKERNEL = rotm_rvv.c
7171
QROTMKERNEL = ../generic/rotm.c
7272

7373
SSCALKERNEL = scal_vector.c

0 commit comments

Comments
 (0)