Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
std:bit [2025/09/16 14:30] – rajit | std:bit [2025/09/16 14:32] (current) – rajit | ||
---|---|---|---|
Line 13: | Line 13: | ||
</ | </ | ||
This sign-extends the integer '' | This sign-extends the integer '' | ||
+ | |||
<code act> | <code act> | ||
Line 23: | Line 24: | ||
</ | </ | ||
Right rotate '' | Right rotate '' | ||
+ | |||
+ | <code act> | ||
+ | export template< | ||
+ | </ | ||
+ | This function assumes that '' | ||
+ | |||
+ | <code act> | ||
+ | export template< | ||
+ | </ | ||
+ | This function returns a count of the number of bits of '' | ||
+ | |||