Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::Hardware::Capabilities Struct Reference

Instruction-set capabilities. More...

#include <Hardware.h>

Public Attributes

bool SSE41 = false
 SSE4.1 support.
bool FMA = false
 FMA3 support.
bool AVX = false
 AVX support.
bool AVX2 = false
 AVX2 support.
bool OSXSAVE = false
 OS support for XGETBV.

Detailed Description

Instruction-set capabilities.

Member Data Documentation

◆ AVX

bool Raven::Hardware::Capabilities::AVX = false

AVX support.

◆ AVX2

bool Raven::Hardware::Capabilities::AVX2 = false

AVX2 support.

◆ FMA

bool Raven::Hardware::Capabilities::FMA = false

FMA3 support.

◆ OSXSAVE

bool Raven::Hardware::Capabilities::OSXSAVE = false

OS support for XGETBV.

◆ SSE41

bool Raven::Hardware::Capabilities::SSE41 = false

SSE4.1 support.


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