Latest update.
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
# pass runs slower than expected... Overall result is 15.6 cpb, two
|
||||
# cycles more than theoretical estimate.
|
||||
|
||||
$output = pop;
|
||||
open STDOUT, ">$output" if $output;
|
||||
$output = pop and open STDOUT, ">$output";
|
||||
|
||||
my @k = map("r$_",(16..31));
|
||||
my @x = map("r$_",(38..53));
|
||||
|
||||
Reference in New Issue
Block a user