Project Alice
|
#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_AES_NI 0 |
#define | R123_USE_SSE4_2 0 |
#define | R123_USE_SSE4_1 0 |
#define | R123_USE_SSE 0 |
#define | R123_USE_AES_OPENSSL 0 |
#define | R123_USE_GNU_UINT128 0 |
#define | R123_USE_ASM_GNU 0 |
#define | R123_USE_CPUID_MSVC 0 |
#define | R123_USE_X86INTRIN_H 0 |
#define | R123_USE_IA32INTRIN_H 0 |
#define | R123_USE_XMMINTRIN_H 0 |
#define | R123_USE_EMMINTRIN_H 0 |
#define | R123_USE_SMMINTRIN_H 0 |
#define | R123_USE_WMMINTRIN_H 0 |
#define | R123_USE_INTRIN_H 0 |
#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 | R123_USE_PHILOX_64BIT 0 |
#define | __STDC_CONSTANT_MACROS |
#define __STDC_CONSTANT_MACROS |
Definition at line 163 of file sunprofeatures.h.
#define R123_ASSERT | ( | x | ) | assert(x) |
Definition at line 49 of file sunprofeatures.h.
#define R123_BUILTIN_EXPECT | ( | expr, | |
likely | |||
) | expr |
Definition at line 53 of file sunprofeatures.h.
#define R123_CUDA_DEVICE |
Definition at line 44 of file sunprofeatures.h.
#define R123_FORCE_INLINE | ( | decl | ) | decl |
Definition at line 40 of file sunprofeatures.h.
#define R123_STATIC_INLINE static inline |
Definition at line 36 of file sunprofeatures.h.
#define R123_USE_AES_NI 0 |
Definition at line 75 of file sunprofeatures.h.
#define R123_USE_AES_OPENSSL 0 |
Definition at line 91 of file sunprofeatures.h.
#define R123_USE_ASM_GNU 0 |
Definition at line 99 of file sunprofeatures.h.
#define R123_USE_CPUID_MSVC 0 |
Definition at line 103 of file sunprofeatures.h.
#define R123_USE_EMMINTRIN_H 0 |
Definition at line 119 of file sunprofeatures.h.
#define R123_USE_GNU_UINT128 0 |
Definition at line 95 of file sunprofeatures.h.
#define R123_USE_IA32INTRIN_H 0 |
Definition at line 111 of file sunprofeatures.h.
#define R123_USE_INTRIN_H 0 |
Definition at line 131 of file sunprofeatures.h.
#define R123_USE_MULHILO16_ASM 0 |
Definition at line 135 of file sunprofeatures.h.
#define R123_USE_MULHILO32_ASM 0 |
Definition at line 139 of file sunprofeatures.h.
#define R123_USE_MULHILO64_ASM 0 |
Definition at line 143 of file sunprofeatures.h.
#define R123_USE_MULHILO64_CUDA_INTRIN 0 |
Definition at line 151 of file sunprofeatures.h.
#define R123_USE_MULHILO64_MSVC_INTRIN 0 |
Definition at line 147 of file sunprofeatures.h.
#define R123_USE_MULHILO64_OPENCL_INTRIN 0 |
Definition at line 155 of file sunprofeatures.h.
#define R123_USE_PHILOX_64BIT 0 |
Definition at line 159 of file sunprofeatures.h.
#define R123_USE_SMMINTRIN_H 0 |
Definition at line 123 of file sunprofeatures.h.
#define R123_USE_SSE 0 |
Definition at line 87 of file sunprofeatures.h.
#define R123_USE_SSE4_1 0 |
Definition at line 83 of file sunprofeatures.h.
#define R123_USE_SSE4_2 0 |
Definition at line 79 of file sunprofeatures.h.
#define R123_USE_WMMINTRIN_H 0 |
Definition at line 127 of file sunprofeatures.h.
#define R123_USE_X86INTRIN_H 0 |
Definition at line 107 of file sunprofeatures.h.
#define R123_USE_XMMINTRIN_H 0 |
Definition at line 115 of file sunprofeatures.h.