Files
OpenBLAS/kernel
daichengrong aa967ef6ba Optimize ZROT_RVV for the non-unit-stride case
Optimize the RVV implementation of ZROT when inc_x and inc_y are
non-unit strides (inc_x != 1, inc_y != 1).

Reorder several operations to reduce vector register pressure and
avoid unnecessary vector register spill to the stack. This helps GCC
keep vector values in registers and reduces redundant spill/reload
instructions, improving runtime performance.

No functional change.

Signed-off-by: daichengrong <daichengrong@iscas.ac.cn>
2026-03-16 14:22:54 +08:00
..
2026-03-05 13:50:07 +00:00
2025-10-07 15:03:24 +00:00
2025-06-13 13:37:15 +02:00
2020-11-12 17:35:17 +08:00
2026-01-11 21:58:31 +01:00
2025-05-25 14:47:06 -07:00
2026-01-15 00:03:24 +01:00
2025-07-15 14:48:57 +01:00
2025-10-07 15:03:24 +00:00