Skip to content

[GCC][Clang] Add missing macro for __builtin_clzll function - #75

Open
JohnMega wants to merge 1 commit into
STMicroelectronics:masterfrom
JohnMega:Add-missing-macro-for-__builtin_clzll-function
Open

JohnMega wants to merge 1 commit into
STMicroelectronics:masterfrom
JohnMega:Add-missing-macro-for-__builtin_clzll-function

Conversation

@JohnMega

Copy link
Copy Markdown

There is a __CLZ macro for the __builtin_clz function, which counts the number of leading zeros in a 32-bit unsigned integer. But for some reason, the macro for the __builtin_clzll function, which counts the number of leading zeros in a 64-bit unsigned integer is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant