Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Detecting whether UV fits into an NV

by jcb (Parson)
on Feb 27, 2020 at 03:10 UTC ( [id://11113469]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11113469]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 17:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found