mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-24 21:44:38 +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 int sph_s32;
|
||||
#ifndef __OPENCL_VERSION__
|
||||
typedef unsigned long sph_u64;
|
||||
typedef long sph_s64;
|
||||
typedef unsigned long long sph_u64;
|
||||
typedef long long sph_s64;
|
||||
#else
|
||||
typedef unsigned long sph_u64;
|
||||
typedef long sph_s64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user