Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Variables
vector_flags.h File Reference

Go to the source code of this file.

Namespaces

 lift
 
 lift::x86_64
 

Variables

static constexpr uint32 lift::x86_64::SSE = 1 << 0
 
static constexpr uint32 lift::x86_64::SSE2 = 1 << 1
 
static constexpr uint32 lift::x86_64::SSE3 = 1 << 2
 
static constexpr uint32 lift::x86_64::SSE3_S = 1 << 3
 
static constexpr uint32 lift::x86_64::SSE4_1 = 1 << 4
 
static constexpr uint32 lift::x86_64::SSE4_2 = 1 << 5
 
static constexpr uint32 lift::x86_64::SSE4_a = 1 << 6
 
static constexpr uint32 lift::x86_64::SSE_XOP = 1 << 7
 
static constexpr uint32 lift::x86_64::SSE_FMA4 = 1 << 8
 
static constexpr uint32 lift::x86_64::SSE_FMA3 = 1 << 9
 
static constexpr uint32 lift::x86_64::SSE_F16C = 1 << 10
 
static constexpr uint32 lift::x86_64::AVX = 1 << 11
 
static constexpr uint32 lift::x86_64::AVX2 = 1 << 12