mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.6.8
This commit is contained in:
@@ -120,7 +120,7 @@ void init_tt_ctx()
|
||||
|
||||
void timetravel_hash(void *output, const void *input)
|
||||
{
|
||||
uint32_t hash[128] __attribute__ ((aligned (64)));
|
||||
uint32_t hash[ 16 * HASH_FUNC_COUNT ] __attribute__ ((aligned (64)));
|
||||
uint32_t *hashA, *hashB;
|
||||
tt_ctx_holder ctx __attribute__ ((aligned (64)));
|
||||
uint32_t dataLen = 64;
|
||||
|
@@ -126,7 +126,7 @@ void init_tt10_ctx()
|
||||
|
||||
void timetravel10_hash(void *output, const void *input)
|
||||
{
|
||||
uint32_t hash[128] __attribute__ ((aligned (64)));
|
||||
uint32_t hash[ 16 * HASH_FUNC_COUNT ] __attribute__ ((aligned (64)));
|
||||
uint32_t *hashA, *hashB;
|
||||
tt10_ctx_holder ctx __attribute__ ((aligned (64)));
|
||||
uint32_t dataLen = 64;
|
||||
|
Reference in New Issue
Block a user