mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
aes-sparcv9.pl: clean up regexp
PR: 2685
This commit is contained in:
parent
8fa397a6bc
commit
e255024bf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user