Skip to content

Commit

Permalink
reset sections when they change for variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
pittma committed Nov 2, 2023
1 parent b96edea commit 1ceedcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crypto/fipsmodule/bn/asm/rsaz-2k-avx512.pl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
@_6_args_universal_ABI = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9");

$code.=<<___;
.text
.extern OPENSSL_ia32cap_P
.globl ossl_rsaz_avx512ifma_eligible
.type ossl_rsaz_avx512ifma_eligible,\@abi-omnipotent
Expand Down Expand Up @@ -409,6 +410,7 @@ sub amm52x20_x1_norm {
.quad 0xfffffffffffff
.quad 0xfffffffffffff
.quad 0xfffffffffffff
.text
___

###############################################################################
Expand Down Expand Up @@ -604,6 +606,7 @@ sub amm52x20_x1_norm {
.quad 1,1,1,1
.Lzeros:
.quad 0,0,0,0
.text
___
}

Expand Down
2 changes: 2 additions & 0 deletions crypto/fipsmodule/bn/asm/rsaz-3k-avx512.pl
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ sub amm52x30_x1_norm {
.quad 0xfffffffffffff
.quad 0xfffffffffffff
.quad 0xfffffffffffff
.text
___

###############################################################################
Expand Down Expand Up @@ -744,6 +745,7 @@ sub amm52x30_x1_norm {
.quad 1,1,1,1
.Lzeros:
.quad 0,0,0,0
.text
___
}

Expand Down
2 changes: 2 additions & 0 deletions crypto/fipsmodule/bn/asm/rsaz-4k-avx512.pl
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ sub amm52x40_x1_norm {
.quad 0xfffffffffffff
.quad 0xfffffffffffff
.quad 0xfffffffffffff
.text
___

###############################################################################
Expand Down Expand Up @@ -800,6 +801,7 @@ ()
.quad 1,1,1,1
.Lzeros:
.quad 0,0,0,0
.text
___
}

Expand Down

0 comments on commit 1ceedcf

Please sign in to comment.