1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-14 16:57:56 +00:00

qubit: fix difficulty factor for yaamp

This commit is contained in:
Tanguy Pruvot 2015-02-11 23:55:03 +01:00
parent 20e6ee1062
commit 836e9bd535
3 changed files with 9 additions and 3 deletions

View File

@ -7,5 +7,5 @@
extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16" extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"
CUDA_CFLAGS="-O3 -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so

View File

@ -84,7 +84,7 @@
#define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1
/* Defined if libcurl supports AsynchDNS */ /* Defined if libcurl supports AsynchDNS */
#define LIBCURL_FEATURE_ASYNCHDNS 1 /* #undef LIBCURL_FEATURE_ASYNCHDNS */
/* Defined if libcurl supports IDN */ /* Defined if libcurl supports IDN */
#define LIBCURL_FEATURE_IDN 1 #define LIBCURL_FEATURE_IDN 1
@ -146,6 +146,9 @@
/* Defined if libcurl supports TFTP */ /* Defined if libcurl supports TFTP */
#define LIBCURL_PROTOCOL_TFTP 1 #define LIBCURL_PROTOCOL_TFTP 1
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* Name of package */ /* Name of package */
#define PACKAGE "ccminer" #define PACKAGE "ccminer"
@ -182,7 +185,7 @@
#define USE_AVX 1 #define USE_AVX 1
/* Define to 1 if AVX2 assembly is available. */ /* Define to 1 if AVX2 assembly is available. */
#define USE_AVX2 1 /* #undef USE_AVX2 */
/* Define to 1 if XOP assembly is available. */ /* Define to 1 if XOP assembly is available. */
#define USE_XOP 1 #define USE_XOP 1

View File

@ -145,6 +145,9 @@
/* Defined if libcurl supports TFTP */ /* Defined if libcurl supports TFTP */
#undef LIBCURL_PROTOCOL_TFTP #undef LIBCURL_PROTOCOL_TFTP
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Name of package */ /* Name of package */
#undef PACKAGE #undef PACKAGE