aes-sparcv9.pl: clean up regexp [from HEAD].

PR: 2685
This commit is contained in:
Andy Polyakov 2012-01-11 15:32:57 +00:00
parent 0f32c83c91
commit 9100840258

View file

@ -1176,6 +1176,7 @@ ___
# As UltraSPARC T1, a.k.a. Niagara, has shared FPU, FP nops can have
# undesired effect, so just omit them and sacrifice some portion of
# percent in performance...
$code =~ s/fmovs.*$//gem;
$code =~ s/fmovs.*$//gm;
print $code;
close STDOUT; # ensure flush