VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::kernels::CpuFeatures Struct Reference

#include <cpu_features.hpp>

Public Attributes

bool avx2 {false}
 
bool avx512f {false}
 
bool neon {false}
 

Detailed Description

Definition at line 4 of file cpu_features.hpp.

Member Data Documentation

◆ avx2

bool velographx::kernels::CpuFeatures::avx2 {false}

Definition at line 4 of file cpu_features.hpp.

Referenced by velographx::kernels::detect_cpu_features().

◆ avx512f

bool velographx::kernels::CpuFeatures::avx512f {false}

Definition at line 4 of file cpu_features.hpp.

Referenced by velographx::kernels::detect_cpu_features().

◆ neon

bool velographx::kernels::CpuFeatures::neon {false}

Definition at line 4 of file cpu_features.hpp.

Referenced by velographx::kernels::detect_cpu_features().


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