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
The previous code [1, 2] is actually useful for Atkinson et al.'s 1986 Min-Max Heap for telling whether a layer is a min layer or max layer. Here is an analogous transformation for count-trailing zeroes:
Here are some basic transformations applicable on architectures lacking fast clz/ctz instructions: Godbolt link
The previous code [1, 2] is actually useful for Atkinson et al.'s 1986 Min-Max Heap for telling whether a layer is a min layer or max layer. Here is an analogous transformation for count-trailing zeroes:
The text was updated successfully, but these errors were encountered: