From: Andy Polyakov Date: Wed, 11 Jan 2012 15:30:53 +0000 (+0000) Subject: aes-sparcv9.pl: clean up regexp X-Git-Tag: master-post-reformat~1991 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e255024bf7b1cdd00667ea72918afc92ec07c1c7;p=oweals%2Fopenssl.git aes-sparcv9.pl: clean up regexp PR: 2685 --- diff --git a/crypto/aes/asm/aes-sparcv9.pl b/crypto/aes/asm/aes-sparcv9.pl index c57b3a2d6d..403c4d1290 100755 --- a/crypto/aes/asm/aes-sparcv9.pl +++ b/crypto/aes/asm/aes-sparcv9.pl @@ -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