Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created January 14, 2011 01:16
Show Gist options
  • Save bmizerany/778979 to your computer and use it in GitHub Desktop.
Save bmizerany/778979 to your computer and use it in GitHub Desktop.
uint64((uint32(x) >> 1) ^ uint32((int32(x&1)<<31)>>31))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment