mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-03 18:44:29 +00:00
long long type at the right place this time
This commit is contained in:
parent
b6608e9d1e
commit
9726ba699e
@ -45,8 +45,8 @@
|
|||||||
typedef unsigned int sph_u32;
|
typedef unsigned int sph_u32;
|
||||||
typedef int sph_s32;
|
typedef int sph_s32;
|
||||||
#ifndef __OPENCL_VERSION__
|
#ifndef __OPENCL_VERSION__
|
||||||
typedef unsigned long sph_u64;
|
typedef unsigned long long sph_u64;
|
||||||
typedef long sph_s64;
|
typedef long long sph_s64;
|
||||||
#else
|
#else
|
||||||
typedef unsigned long sph_u64;
|
typedef unsigned long sph_u64;
|
||||||
typedef long sph_s64;
|
typedef long sph_s64;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user