]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
raid6: riscv: Prevent compiler from breaking inline vector assembly code
authorChunyan Zhang <zhangchunyan@iscas.ac.cn>
Tue, 18 Nov 2025 04:19:24 +0000 (21:19 -0700)
committerPaul Walmsley <pjw@kernel.org>
Wed, 19 Nov 2025 16:19:28 +0000 (09:19 -0700)
commit6fcce9f028fb75ce03e4221f5f4f652741d178c4
treee66452a3a4cebdcfd888546c77e9c2373a2e6d0c
parent724c69447975e1e0854082c324b6871c8e2214f8
raid6: riscv: Prevent compiler from breaking inline vector assembly code

To prevent the compiler from breaking the inline vector assembly code,
this code must be built without compiler support for vector.

Signed-off-by: Chunyan Zhang <zhangchunyan@iscas.ac.cn>
Link: https://patch.msgid.link/20250718072711.3865118-4-zhangchunyan@iscas.ac.cn
[pjw@kernel.org: cleaned up commit message]
Signed-off-by: Paul Walmsley <pjw@kernel.org>
lib/raid6/rvv.c