aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r--target-i386/helper.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index 64cb51ab53..a15ec5a6ad 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -3223,12 +3223,6 @@ void helper_idivq_EAX_T0(void)
#endif
-/* XXX: do it */
-int fpu_isnan(double a)
-{
- return 0;
-}
-
float approx_rsqrt(float a)
{
return 1.0 / sqrt(a);