Project Alice
Loading...
Searching...
No Matches
msvcfeatures.h File Reference
#include <assert.h>
#include <stdint.h>
Include dependency graph for msvcfeatures.h:

Go to the source code of this file.

Macros

#define R123_STATIC_INLINE   static __inline
 
#define R123_FORCE_INLINE(decl)   _forceinline decl
 
#define R123_CUDA_DEVICE
 
#define R123_ASSERT(x)   assert(x)
 
#define R123_BUILTIN_EXPECT(expr, likely)   expr
 
#define R123_USE_AES_NI   0
 
#define R123_USE_SSE4_2   0
 
#define R123_USE_SSE4_1   0
 
#define R123_USE_SSE   1
 
#define R123_USE_AES_OPENSSL   0
 
#define R123_USE_GNU_UINT128   0
 
#define R123_USE_ASM_GNU   0
 
#define R123_USE_CPUID_MSVC   1
 
#define R123_USE_X86INTRIN_H   0
 
#define R123_USE_IA32INTRIN_H   0
 
#define R123_USE_XMMINTRIN_H   0
 
#define R123_USE_EMMINTRIN_H   1
 
#define R123_USE_SMMINTRIN_H   1
 
#define R123_USE_WMMINTRIN_H   1
 
#define R123_USE_INTRIN_H   1
 
#define R123_USE_MULHILO16_ASM   0
 
#define R123_USE_MULHILO32_ASM   0
 
#define R123_USE_MULHILO64_ASM   0
 
#define R123_USE_MULHILO64_MSVC_INTRIN   0
 
#define R123_USE_MULHILO64_CUDA_INTRIN   0
 
#define R123_USE_MULHILO64_OPENCL_INTRIN   0
 
#define __STDC_CONSTANT_MACROS
 

Macro Definition Documentation

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

◆ R123_ASSERT

#define R123_ASSERT (   x)    assert(x)

◆ R123_BUILTIN_EXPECT

#define R123_BUILTIN_EXPECT (   expr,
  likely 
)    expr

◆ R123_CUDA_DEVICE

#define R123_CUDA_DEVICE

◆ R123_FORCE_INLINE

#define R123_FORCE_INLINE (   decl)    _forceinline decl

◆ R123_STATIC_INLINE

#define R123_STATIC_INLINE   static __inline

◆ R123_USE_AES_NI

#define R123_USE_AES_NI   0

◆ R123_USE_AES_OPENSSL

#define R123_USE_AES_OPENSSL   0

◆ R123_USE_ASM_GNU

#define R123_USE_ASM_GNU   0

◆ R123_USE_CPUID_MSVC

#define R123_USE_CPUID_MSVC   1

◆ R123_USE_EMMINTRIN_H

#define R123_USE_EMMINTRIN_H   1

◆ R123_USE_GNU_UINT128

#define R123_USE_GNU_UINT128   0

◆ R123_USE_IA32INTRIN_H

#define R123_USE_IA32INTRIN_H   0

◆ R123_USE_INTRIN_H

#define R123_USE_INTRIN_H   1

◆ R123_USE_MULHILO16_ASM

#define R123_USE_MULHILO16_ASM   0

◆ R123_USE_MULHILO32_ASM

#define R123_USE_MULHILO32_ASM   0

◆ R123_USE_MULHILO64_ASM

#define R123_USE_MULHILO64_ASM   0

◆ R123_USE_MULHILO64_CUDA_INTRIN

#define R123_USE_MULHILO64_CUDA_INTRIN   0

◆ R123_USE_MULHILO64_MSVC_INTRIN

#define R123_USE_MULHILO64_MSVC_INTRIN   0

◆ R123_USE_MULHILO64_OPENCL_INTRIN

#define R123_USE_MULHILO64_OPENCL_INTRIN   0

◆ R123_USE_SMMINTRIN_H

#define R123_USE_SMMINTRIN_H   1

◆ R123_USE_SSE

#define R123_USE_SSE   1

◆ R123_USE_SSE4_1

#define R123_USE_SSE4_1   0

◆ R123_USE_SSE4_2

#define R123_USE_SSE4_2   0

◆ R123_USE_WMMINTRIN_H

#define R123_USE_WMMINTRIN_H   1

◆ R123_USE_X86INTRIN_H

#define R123_USE_X86INTRIN_H   0

◆ R123_USE_XMMINTRIN_H

#define R123_USE_XMMINTRIN_H   0