firstbithigh Function

Gets the location of the first set bit in _X, starting from the highest order bit and working downward

inline int firstbithigh(
   int _X
) restrict(amp);

Parameters

  • _X
    Integer value

Return Value

Returns The location of the first set bit

Requirements

Header: amp.h

Namespace: Concurrency::direct3d

See Also

Reference

Concurrency::direct3d Namespace