Skip to content

Instantly share code, notes, and snippets.

@Validark
Last active April 21, 2026 11:05
Show Gist options
  • Select an option

  • Save Validark/05420622fdf08bfb68083dff46d41725 to your computer and use it in GitHub Desktop.

Select an option

Save Validark/05420622fdf08bfb68083dff46d41725 to your computer and use it in GitHub Desktop.
`cls` on Arm
export fn cls(x: u64) u64 {
return @clz(((-%(x >> 63) ^ x) << 1) | 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment