bigINT
bigINT copied to clipboard
[feat] implement __builtin_clz(x) for largeInt
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