Help for this page

Select Code to Download


  1. or download this
    static uint8_t ctz_table_11bit[2048] = { /* elided */ };
    
    ...
      arg >>= ctz_table_11bit[arg & 2047];
      return arg < 9007199254740993;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "};\n";
    
    # EOF