NEURON
crayfeatures.h File Reference
#include <assert.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define R123_STATIC_INLINE   static __inline__
 
#define R123_FORCE_INLINE(decl)   decl
 
#define R123_CUDA_DEVICE
 
#define R123_ASSERT(x)   assert(x)
 
#define R123_BUILTIN_EXPECT(expr, likely)   expr
 
#define R123_USE_WMMINTRIN_H   0
 
#define R123_USE_INTRIN_H   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 R123_USE_MULHILO64_MULHI_INTRIN   0
 
#define R123_MULHILO64_MULHI_INTRIN   __mulhdu
 
#define R123_USE_MULHILO32_MULHI_INTRIN   0
 
#define R123_MULHILO32_MULHI_INTRIN   __mulhwu
 
#define __STDC_CONSTANT_MACROS
 

Macro Definition Documentation

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

Definition at line 93 of file crayfeatures.h.

◆ R123_ASSERT

#define R123_ASSERT (   x)    assert(x)

Definition at line 37 of file crayfeatures.h.

◆ R123_BUILTIN_EXPECT

#define R123_BUILTIN_EXPECT (   expr,
  likely 
)    expr

Definition at line 41 of file crayfeatures.h.

◆ R123_CUDA_DEVICE

#define R123_CUDA_DEVICE

Definition at line 32 of file crayfeatures.h.

◆ R123_FORCE_INLINE

#define R123_FORCE_INLINE (   decl)    decl

Definition at line 28 of file crayfeatures.h.

◆ R123_MULHILO32_MULHI_INTRIN

#define R123_MULHILO32_MULHI_INTRIN   __mulhwu

Definition at line 89 of file crayfeatures.h.

◆ R123_MULHILO64_MULHI_INTRIN

#define R123_MULHILO64_MULHI_INTRIN   __mulhdu

Definition at line 81 of file crayfeatures.h.

◆ R123_STATIC_INLINE

#define R123_STATIC_INLINE   static __inline__

Definition at line 24 of file crayfeatures.h.

◆ R123_USE_INTRIN_H

#define R123_USE_INTRIN_H   0

Definition at line 49 of file crayfeatures.h.

◆ R123_USE_MULHILO32_ASM

#define R123_USE_MULHILO32_ASM   0

Definition at line 53 of file crayfeatures.h.

◆ R123_USE_MULHILO32_MULHI_INTRIN

#define R123_USE_MULHILO32_MULHI_INTRIN   0

Definition at line 85 of file crayfeatures.h.

◆ R123_USE_MULHILO64_ASM

#define R123_USE_MULHILO64_ASM   0

Definition at line 57 of file crayfeatures.h.

◆ R123_USE_MULHILO64_CUDA_INTRIN

#define R123_USE_MULHILO64_CUDA_INTRIN   0

Definition at line 65 of file crayfeatures.h.

◆ R123_USE_MULHILO64_MSVC_INTRIN

#define R123_USE_MULHILO64_MSVC_INTRIN   0

Definition at line 61 of file crayfeatures.h.

◆ R123_USE_MULHILO64_MULHI_INTRIN

#define R123_USE_MULHILO64_MULHI_INTRIN   0

Definition at line 76 of file crayfeatures.h.

◆ R123_USE_MULHILO64_OPENCL_INTRIN

#define R123_USE_MULHILO64_OPENCL_INTRIN   0

Definition at line 69 of file crayfeatures.h.

◆ R123_USE_WMMINTRIN_H

#define R123_USE_WMMINTRIN_H   0

Definition at line 45 of file crayfeatures.h.