You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C library: add __lzcnt (Visual Studio) and test it
We already had an implementation of counting leading zeros (GCC's
built-in __builtin_clz), but didn't yet have the Visual Studio version
thereof. Expand the existing clz test to test the Visual Studio version.
0 commit comments