in reply to Implement Arithmetic Shift Right for signed number in perl
It gives the expected result.printf '0x%x', -0xaaaaaaaa >> 32;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Implement Arithmetic Shift Right for signed number in perl
by IamAwesom3 (Initiate) on Apr 23, 2013 at 15:15 UTC |