Monero
Public Member Functions | Private Attributes | List of all members
randomx::Cpu Class Reference

#include <cpu.hpp>

Public Member Functions

 Cpu ()
 
bool hasAes () const
 
bool hasSsse3 () const
 
bool hasAvx2 () const
 

Private Attributes

bool aes_
 
bool ssse3_
 
bool avx2_
 

Constructor & Destructor Documentation

◆ Cpu()

randomx::Cpu::Cpu ( )

Member Function Documentation

◆ hasAes()

bool randomx::Cpu::hasAes ( ) const
inline

◆ hasAvx2()

bool randomx::Cpu::hasAvx2 ( ) const
inline

◆ hasSsse3()

bool randomx::Cpu::hasSsse3 ( ) const
inline

Member Data Documentation

◆ aes_

bool randomx::Cpu::aes_
private

◆ avx2_

bool randomx::Cpu::avx2_
private

◆ ssse3_

bool randomx::Cpu::ssse3_
private

The documentation for this class was generated from the following files: