disable printing value of SKEIN_LOOP during standard out,
not useful information
This commit is contained in:
parent
4b6b383720
commit
c86eaf24ce
@ -27,7 +27,7 @@ _SKEIN_LOOP = 2 #default is fully unrolled for 256/5
|
|||||||
.else
|
.else
|
||||||
_SKEIN_LOOP = SKEIN_LOOP
|
_SKEIN_LOOP = SKEIN_LOOP
|
||||||
.irp _NN_,%_SKEIN_LOOP #only display loop unrolling if default changed on command line
|
.irp _NN_,%_SKEIN_LOOP #only display loop unrolling if default changed on command line
|
||||||
.print "+++ SKEIN_LOOP = \_NN_"
|
#.print "+++ SKEIN_LOOP = \_NN_"
|
||||||
.endr
|
.endr
|
||||||
.endif
|
.endif
|
||||||
# the unroll counts (0 --> fully unrolled)
|
# the unroll counts (0 --> fully unrolled)
|
||||||
|
Loading…
Reference in New Issue
Block a user