Skip to content

Commit

Permalink
Generate the preprocessed .s files for chacha and poly 1305 on ia64
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#18263)
  • Loading branch information
t8m committed May 27, 2022
1 parent debd921 commit db24ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crypto/chacha/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
$CHACHAASM_x86=chacha-x86.S
$CHACHAASM_x86_64=chacha-x86_64.s

$CHACHAASM_ia64=chacha-ia64.S
$CHACHAASM_ia64=chacha-ia64.s

$CHACHAASM_s390x=chacha-s390x.S

Expand Down Expand Up @@ -40,3 +40,4 @@ INCLUDE[chacha-s390x.o]=..
GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl
GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl
GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl
GENERATE[chacha-ia64.s]=chacha-ia64.S
3 changes: 2 additions & 1 deletion crypto/poly1305/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
$POLY1305ASM_x86=poly1305-x86.S
$POLY1305ASM_x86_64=poly1305-x86_64.s

$POLY1305ASM_ia64=asm/poly1305-ia64.S
$POLY1305ASM_ia64=poly1305-ia64.s

$POLY1305ASM_sparcv9=poly1305-sparcv9.S

Expand Down Expand Up @@ -39,6 +39,7 @@ GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl
INCLUDE[poly1305-sparcv9.o]=..
GENERATE[poly1305-x86.S]=asm/poly1305-x86.pl
GENERATE[poly1305-x86_64.s]=asm/poly1305-x86_64.pl
GENERATE[poly1305-ia64.s]=asm/poly1305-ia64.S
GENERATE[poly1305-ppc.s]=asm/poly1305-ppc.pl
GENERATE[poly1305-ppcfp.s]=asm/poly1305-ppcfp.pl
GENERATE[poly1305-armv4.S]=asm/poly1305-armv4.pl
Expand Down

0 comments on commit db24ed5

Please sign in to comment.