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

2020-12-13 Thread Philippe Mathieu-Daudé
On 12/7/20 11:43 PM, Philippe Mathieu-Daudé wrote: > Userland ELF binaries using Loongson SIMD instructions have the > HWCAP_LOONGSON_MMI bit set [1]. > Binaries compiled for LLoongson 3A [2] have the HWCAP_LOONGSON_EXT Bah... Yet another typo "LLoongson" -> "Loongson". > bit set for the LQ / SQ

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

2020-12-07 Thread Philippe Mathieu-Daudé
Userland ELF binaries using Loongson SIMD instructions have the HWCAP_LOONGSON_MMI bit set [1]. Binaries compiled for LLoongson 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 ("tar