Browse Source

long long type at the right place this time

djm34
djm34 9 years ago
parent
commit
9726ba699e
  1. 4
      kernel/Lyra2REv2.cl

4
kernel/Lyra2REv2.cl

@ -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…
Cancel
Save