Help for this page

Select Code to Download


  1. or download this
        DEFINE => ($Config{use64bitint} ? '-DUSING_64_BIT_INT' : ''),
    
  2. or download this
     
    /* Need to constrain U32 to only 32 bits on 64 bit systems
     * For efficiency we only use the & 0xffffffff if required
    ...
    #endif
    
    /* rest of code unchanged with no masking */