[gforth] / gforth / engine / 128bit.h  

gforth: gforth/engine/128bit.h

Diff for /gforth/engine/128bit.h between version 1.2 and 1.3

version 1.2, Tue Jul 15 16:11:49 2008 UTC version 1.3, Sat Aug 9 13:24:25 2008 UTC
Line 21 
Line 21 
 #if !defined(DOUBLE_CELL_TYPE) || !defined(DOUBLE_UCELL_TYPE)  #if !defined(DOUBLE_CELL_TYPE) || !defined(DOUBLE_UCELL_TYPE)
 #if (SIZEOF_CHAR_P==8)  #if (SIZEOF_CHAR_P==8)
 #ifdef FORCE_LL  #ifdef FORCE_LL
 #warning hand-defined int128_t  /* #warning hand-defined int128_t */
 typedef int int128_t __attribute__((__mode__(TI)));  typedef int int128_t __attribute__((__mode__(TI)));
 typedef unsigned int uint128_t __attribute__((__mode__(TI)));  typedef unsigned int uint128_t __attribute__((__mode__(TI)));
 #define DOUBLE_CELL_TYPE int128_t  #define DOUBLE_CELL_TYPE int128_t


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help