1
0
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:
djm34 2015-08-08 17:51:25 +02:00
parent b6608e9d1e
commit 9726ba699e

View File

@ -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;