Browse Source

different ROTL64

cl-refactor
Genoil 9 years ago
parent
commit
d018cde109
  1. 2
      libethash-cuda/cuda_helper.h

2
libethash-cuda/cuda_helper.h

@ -337,7 +337,7 @@ uint64_t shl_t64(uint64_t x, uint32_t n)
}
#ifndef USE_ROT_ASM_OPT
#define USE_ROT_ASM_OPT 1
#define USE_ROT_ASM_OPT 2
#endif
// 64-bit ROTATE RIGHT

Loading…
Cancel
Save