Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Counts the number of set bits in _X
inline unsigned int countbits(
unsigned int _X
) restrict(amp);
Parameters
- _X
Unsigned integer value
Return Value
Returns the number of set bits in _X
Requirements
Header: amp.h
Namespace: Concurrency::direct3d