Grok  9.5.0
Public Member Functions | Private Attributes | List of all members
hwy::ChosenTarget Struct Reference

#include <targets.h>

Public Member Functions

void Update ()
 
void DeInit ()
 
bool IsInitialized () const
 
size_t HWY_INLINE GetIndex () const
 

Private Attributes

std::atomic< uint32_t > mask_ {1}
 

Member Function Documentation

◆ DeInit()

void hwy::ChosenTarget::DeInit ( )
inline

References mask_.

◆ GetIndex()

size_t HWY_INLINE hwy::ChosenTarget::GetIndex ( ) const
inline

◆ IsInitialized()

bool hwy::ChosenTarget::IsInitialized ( ) const
inline

References mask_.

◆ Update()

void hwy::ChosenTarget::Update ( )

Member Data Documentation

◆ mask_

std::atomic<uint32_t> hwy::ChosenTarget::mask_ {1}
private

Referenced by DeInit(), GetIndex(), and IsInitialized().


The documentation for this struct was generated from the following file: