mbox series

[v2,0/5] target/mips: Misc patches

Message ID 1602103041-32017-1-git-send-email-aleksandar.qemu.devel@gmail.com (mailing list archive)
Headers show
Series target/mips: Misc patches | expand

Message

Aleksandar Markovic Oct. 7, 2020, 8:37 p.m. UTC
A set of several, mostly FP, refactorings and improvements.

v1->v2:

  - added a patch on MAINTAINERS

Aleksandar Markovic (5):
  target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>
  target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>
  target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>
  target/mips: Refactor helpers for fp comparison instructions
  MAINTAINERS: Remove myself

 target/mips/fpu_helper.c | 276 +++++++++++++++++++++++++++++++++--------------
 MAINTAINERS              |  17 +--
 2 files changed, 200 insertions(+), 93 deletions(-)

Comments

Philippe Mathieu-Daudé Oct. 9, 2020, 3 p.m. UTC | #1
On 10/7/20 10:37 PM, Aleksandar Markovic wrote:
> A set of several, mostly FP, refactorings and improvements.
> 
> v1->v2:
> 
>    - added a patch on MAINTAINERS
> 
> Aleksandar Markovic (5):
>    target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>
>    target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>
>    target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>
>    target/mips: Refactor helpers for fp comparison instructions
>    MAINTAINERS: Remove myself

Thanks, patches 1-3 & 5 applied to mips-next tree.