On 26/08/2015 13:12, Petar Jovanovic wrote: > From: Petar Jovanovic <petar.jovano...@imgtec.com> > > Instructions recip.{s|d} and rsqrt.{s|d} do not require 64-bit FPU neither > they require any particular mode for its FPU. This patch removes the checks > that may break a program that uses these instructions. > > Signed-off-by: Petar Jovanovic <petar.jovano...@imgtec.com> > --- > v2: > - add check_cp1_registers() for recip.d and rsqrt.d, as suggested by Leon A. > > target-mips/translate.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-)
Applied to mips-next, thanks. Leon