Skip to content

Conversation

AZero13
Copy link
Contributor

@AZero13 AZero13 commented Sep 27, 2023

Use compiler intrinsics to find the nearest power of 2 as quickly as possible.

In addition, handle the 0 case, so that the program does not become stuck in an infinite loop if iNum is 0.

Use compiler intrinsics to find the nearest power of 2 as quickly as possible.

In addition, handle the 0 case, so that the program does not become stuck in an infinite loop if iNum is 0.
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