mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
Clarify that the NextPowerOfTwo template is idempotent.
llvm-svn: 107286
This commit is contained in:
parent
7b90966d4a
commit
7764ae2c98
@ -200,7 +200,7 @@ public:
|
||||
};
|
||||
|
||||
/// NextPowerOfTwo - This is a helper template that rounds N up to the next
|
||||
/// power of two.
|
||||
/// power of two (which means N itself if N is already a power of two).
|
||||
template<unsigned N>
|
||||
struct NextPowerOfTwo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user