mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-22 04:24:29 +00:00
cuda: always disable asm for host code
This commit is contained in:
parent
9c4158aadb
commit
3ed1c552bd
@ -166,7 +166,7 @@ do { \
|
|||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
#ifdef _WIN64
|
#if !defined(__CUDA_ARCH__) || defined(_WIN64)
|
||||||
#define USE_XOR_ASM_OPTS 0
|
#define USE_XOR_ASM_OPTS 0
|
||||||
#else
|
#else
|
||||||
#define USE_XOR_ASM_OPTS 1
|
#define USE_XOR_ASM_OPTS 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user