Updated includes on hash-type 28600 kernel source

pull/3140/head
Gabriele Gristina 2 years ago
parent 01a28f80f7
commit e8fc803cdd

@ -5,17 +5,20 @@
#define NEW_SIMD_CODE
#define XSTR(x) #x
#define STR(x) XSTR(x)
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_platform.cl"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_hash_sha256.cl"
#include STR(INCLUDE_PATH/inc_vendor.h)
#include STR(INCLUDE_PATH/inc_types.h)
#include STR(INCLUDE_PATH/inc_platform.cl)
#include STR(INCLUDE_PATH/inc_common.cl)
#include STR(INCLUDE_PATH/inc_simd.cl)
#include STR(INCLUDE_PATH/inc_hash_sha256.cl)
#endif
#define COMPARE_S "inc_comp_single.cl"
#define COMPARE_M "inc_comp_multi.cl"
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct postgres_sha256_tmp
{

Loading…
Cancel
Save