Re: [PATCH v5 6/6] linux-user: Add support for MIPS Loongson 2F/3A

2020-12-21 Thread Huacai Chen
Reviewed-by: Huacai Chen On Mon, Dec 14, 2020 at 8:32 AM Philippe Mathieu-Daudé wrote: > > Userland ELF binaries using Loongson SIMD instructions have the > HWCAP_LOONGSON_MMI bit set [1]. > Binaries compiled for Loongson 3A [2] have the HWCAP_LOONGSON_EXT > bit set for the LQ / SQ instructions.

[PATCH v5 6/6] linux-user: Add support for MIPS Loongson 2F/3A

2020-12-13 Thread Philippe Mathieu-Daudé
Userland ELF binaries using Loongson SIMD instructions have the HWCAP_LOONGSON_MMI bit set [1]. Binaries compiled for Loongson 3A [2] have the HWCAP_LOONGSON_EXT bit set for the LQ / SQ instructions. [1] commit 8e2d5831e4b ("target/mips: Legalize Loongson insn flags") [2] commit af868995e1b ("targ