PelionIoT / nanostack-libservice

Other
2 stars 11 forks source link

Add more CLZ functions #56

Closed kjbracey closed 7 years ago

kjbracey commented 7 years ago

Add 16- and 32-bit forms of count leading zeros.

SeppoTakalo commented 7 years ago

You need to update Nanostack stubs also. Looks like the compilation now fails beause they are stubbing common_count_leading_zeros() with it fails to find the _8 version.