Re: [PULL 3/3] target/mips: Separate FPU-related helpers into their own file

2020-02-04 Thread Philippe Mathieu-Daudé
On 2/4/20 9:06 AM, Aleksandar Markovic wrote: > > For clarity and easier maintenence, create target/mips/fpu_helper.c, and > > move all FPU-related content form target/mips/op_helper.c to that file. > > > > Signed-off-by: Aleksandar Markovic > > Reviewed-by: Aleksandar Rikalo > > Message

Re: [PULL 3/3] target/mips: Separate FPU-related helpers into their own file

2020-02-04 Thread Aleksandar Markovic
> > > > For clarity and easier maintenence, create target/mips/fpu_helper.c, and > > move all FPU-related content form target/mips/op_helper.c to that file. > > > > Signed-off-by: Aleksandar Markovic > > Reviewed-by: Aleksandar Rikalo > > Message-Id: > > <1580745443-24650-3-git-send-email-aleks

Re: [PULL 3/3] target/mips: Separate FPU-related helpers into their own file

2020-02-03 Thread Philippe Mathieu-Daudé
On 2/4/20 7:42 AM, Aleksandar Markovic wrote: From: Aleksandar Markovic For clarity and easier maintenence, create target/mips/fpu_helper.c, and move all FPU-related content form target/mips/op_helper.c to that file. Signed-off-by: Aleksandar Markovic Reviewed-by: Aleksandar Rikalo Message-I