Commit e255024b authored by Andy Polyakov's avatar Andy Polyakov
Browse files

aes-sparcv9.pl: clean up regexp

PR: 2685
parent 8fa397a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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