cuda: always disable asm for host code

This commit is contained in:
Tanguy Pruvot 2015-03-05 18:15:08 +01:00
parent 9c4158aadb
commit 3ed1c552bd

View File

@ -166,7 +166,7 @@ do { \
} while (0)
/*********************************************************************/
#ifdef _WIN64
#if !defined(__CUDA_ARCH__) || defined(_WIN64)
#define USE_XOR_ASM_OPTS 0
#else
#define USE_XOR_ASM_OPTS 1