/[qemu]/qemu/target-i386/helper.c
ViewVC logotype

Diff of /qemu/target-i386/helper.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by bellard, Sun Mar 13 16:59:53 2005 UTC revision 1.45 by bellard, Sun Mar 20 10:39:24 2005 UTC
# Line 3223  void helper_idivq_EAX_T0(void) Line 3223  void helper_idivq_EAX_T0(void)
3223    
3224  #endif  #endif
3225    
 /* XXX: do it */  
 int fpu_isnan(double a)  
 {  
     return 0;  
 }  
   
3226  float approx_rsqrt(float a)  float approx_rsqrt(float a)
3227  {  {
3228      return 1.0 / sqrt(a);      return 1.0 / sqrt(a);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26