mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.7.4
This commit is contained in:
@@ -39,25 +39,6 @@
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
void dump_sph_context( sph_u64 ptr, sph_u64 bcount, uint64_t* buf,
|
||||
sph_u64 h0, sph_u64 h1, sph_u64 h2, sph_u64 h3, sph_u64 h4, sph_u64 h5,
|
||||
sph_u64 h6, sph_u64 h7 )
|
||||
{
|
||||
//scalar
|
||||
printf("sptr= %llu, bcount= %llu\n", ptr, bcount );
|
||||
|
||||
printf("sbuf: %016llx %016llx %016llx %016llx\n", *((uint64_t*)buf),
|
||||
*((uint64_t*)buf+1), *((uint64_t*)buf+2), *((uint64_t*)buf+3) );
|
||||
|
||||
printf(" %016llx %016llx %016llx %016llx\n", *((uint64_t*)buf+4),
|
||||
*((uint64_t*)buf+5), *((uint64_t*)buf+6), *((uint64_t*)buf+7) );
|
||||
|
||||
printf("sh:%016llx %016llx %016llx %016llx\n", h0, h1, h2, h3 );
|
||||
|
||||
printf(" %016llx %016llx %016llx %016llx\n", h4, h5, h6, h7 );
|
||||
|
||||
}
|
||||
|
||||
#if SPH_SMALL_FOOTPRINT && !defined SPH_SMALL_FOOTPRINT_SKEIN
|
||||
#define SPH_SMALL_FOOTPRINT_SKEIN 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user