bigINT icon indicating copy to clipboard operation
bigINT copied to clipboard

[feat] implement __builtin_clz(x) for largeInt

Open ayaankhan98 opened this issue 4 years ago • 0 comments

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 avatar Oct 07 '20 07:10 ayaankhan98