hpx/config/branch_hints.hpp

See Public API for a list of names and headers that are part of the public HPX API.

Defines

HPX_LIKELY(expr)

Hint at the compiler that expr is likely to be true.

HPX_UNLIKELY(expr)

Hint at the compiler that expr is likely to be false.