Loading
LoongArch: Align FPU register state to 32 bytes
Move fpr to the beginning of struct loongarch_fpu so it is naturally aligned to FPU_ALIGN (32 bytes), improving 256-bit SIMD (LASX) context switch performance. Also adjust process.c and fpu.S to work well with the new loongarch_fpu layout. Signed-off-by:Lisa Robinson <lisa@bytefly.space> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>