Skip to content

Commit a11b444

Browse files
committed
kernel/riscv64: enable RVV ROTM for ZVL128B
Use the RVV ROTM kernel for single and double precision ROTM on the RISCV64_ZVL128B target.
1 parent 395f8b3 commit a11b444

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/riscv64/KERNEL.RISCV64_ZVL128B

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ DROTKERNEL = rot_rvv.c
7171
CROTKERNEL = zrot_rvv.c
7272
ZROTKERNEL = zrot_rvv.c
7373

74-
SROTMKERNEL = ../generic/rotm.c
75-
DROTMKERNEL = ../generic/rotm.c
74+
SROTMKERNEL = rotm_rvv.c
75+
DROTMKERNEL = rotm_rvv.c
7676
QROTMKERNEL = ../generic/rotm.c
7777

7878
SSCALKERNEL = scal_rvv.c

0 commit comments

Comments
 (0)