in reply to Re: fast bit twiddlingin thread fast bit twiddling
sub { my $x = 1010101011; my $test = sub { return if( ( $_ & $x ) == ( ( $_ & $x) << 1) ) ; }; $test->(2); $test->(5); $test->(8); }, [download]
Humma la beeba la seeba la booba la Humma la beeba la seeba la bop Comment on Re: Re: fast bit twiddlingDownload Code