issues
search
ayaankhan98
/
bigINT
Efficient OpenSource Big Integer(Library) Support for C++
Boost Software License 1.0
6
stars
26
forks
source link
[feat] implement __builtin_ctz(x) for largeInt
#43
Open
ayaankhan98
opened
4 years ago
ayaankhan98
commented
4 years ago
Description
This function is used to count the trailing zeros of the given integer. Note : ctz = count trailing zeros.
include tests for new implementation
HashirGJ8842
commented
4 years ago
I would like to work on this issue!
ayaankhan98
commented
4 years ago
@HashirGJ8842 sure go ahead!
Description