[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.99 and 1.100

version 1.99, Tue Sep 24 16:50:28 2002 UTC version 1.100, Fri Oct 4 19:17:05 2002 UTC
Line 1708 
Line 1708 
 #endif  #endif
   
 f>d     ( r -- d )              float   f_to_d  f>d     ( r -- d )              float   f_to_d
 #ifdef BUGGY_LONG_LONG  extern DCell double2ll(Float r);
 d.hi = ldexp(r,-(int)(CELL_BITS)) - (r<0);  d = double2ll(r);
 d.lo = r-ldexp((Float)d.hi,CELL_BITS);  
 #else  
 d = r;  
 #endif  
   
 f!      ( r f_addr -- ) float   f_store  f!      ( r f_addr -- ) float   f_store
 ""Store @i{r} into the float at address @i{f-addr}.""  ""Store @i{r} into the float at address @i{f-addr}.""


Generate output suitable for use with a patch program
Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help