]> git.proxmox.com Git - mirror_qemu.git/commit - target/mips/tcg/translate.c
target-mips: remove wrong checks for recip.fmt and rsqrt.fmt
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Wed, 26 Aug 2015 12:12:20 +0000 (14:12 +0200)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 18 Sep 2015 08:20:48 +0000 (09:20 +0100)
commitca6c7803d2beae43299a80f4549d36579881fc0b
treef09c862b46a9e0b380b0d4ac66519fb3b96367df
parent71f303cd246ae22ce6fdacb3801b5abbca25c409
target-mips: remove wrong checks for recip.fmt and rsqrt.fmt

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.jovanovic@imgtec.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c