Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] implement __builtin_clz(x) for largeInt #42

Open
ayaankhan98 opened this issue Oct 7, 2020 · 0 comments
Open

[feat] implement __builtin_clz(x) for largeInt #42

ayaankhan98 opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing

Comments

@ayaankhan98
Copy link
Owner

Description

  • This function is used to count the leading zeros of the large integer. Note : clz = count leading zero’s
  • include tests for new implementation
@ayaankhan98 ayaankhan98 added enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing labels Oct 7, 2020
@ayaankhan98 ayaankhan98 changed the title [feat] implement __builtin_clz(x) [feat] implement __builtin_clz(x) for largeInt Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing
Projects
None yet
Development

No branches or pull requests

1 participant