Re: [PATCH v3] MIPS: R6: load/store can process unaligned address

2021-12-02 Thread Jeff Law via Gcc-patches
On 10/11/2021 4:42 AM, YunQiang Su wrote: MIPS release 6 requires the lw/ld/sw/sd can work with unaligned address, while it can be implemented by full hardware or trap Since it doesn't have to be fully done by hardware, we add a pair of options -m(no-)unaligned-access. Kernels may need them.

[PATCH v3] MIPS: R6: load/store can process unaligned address

2021-10-11 Thread YunQiang Su
MIPS release 6 requires the lw/ld/sw/sd can work with unaligned address, while it can be implemented by full hardware or trap Since it doesn't have to be fully done by hardware, we add a pair of options -m(no-)unaligned-access. Kernels may need them. gcc/ChangeLog: * config/mips/mips.h