bigINT
bigINT copied to clipboard
[feat] implement __builtin_ctz(x) for largeInt
Description
- This function is used to count the trailing zeros of the given integer. Note : ctz = count trailing zeros.
- include tests for new implementation
I would like to work on this issue!
@HashirGJ8842 sure go ahead!