aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.mingw64-x86_64
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-23 08:52:59 -0600
committerBrent Cook <busterb@gmail.com>2023-02-23 08:52:59 -0600
commit532d0ef755136981eee8fe479f1b2fb58bdbf50a (patch)
treef55a02249e1107495c43814d02cc2f2eafc26193 /crypto/Makefile.am.mingw64-x86_64
parenta498c6a7c9077b257a2f2a860a12748029d82bcf (diff)
downloadportable-532d0ef755136981eee8fe479f1b2fb58bdbf50a.tar.gz
portable-532d0ef755136981eee8fe479f1b2fb58bdbf50a.tar.bz2
portable-532d0ef755136981eee8fe479f1b2fb58bdbf50a.zip
include more asm files
Diffstat (limited to 'crypto/Makefile.am.mingw64-x86_64')
-rw-r--r--crypto/Makefile.am.mingw64-x86_6413
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/Makefile.am.mingw64-x86_64 b/crypto/Makefile.am.mingw64-x86_64
index bce854b..f808c12 100644
--- a/crypto/Makefile.am.mingw64-x86_64
+++ b/crypto/Makefile.am.mingw64-x86_64
@@ -19,6 +19,19 @@ ASM_X86_64_MINGW64 += sha/sha512-mingw64-x86_64.S
19ASM_X86_64_MINGW64 += whrlpool/wp-mingw64-x86_64.S 19ASM_X86_64_MINGW64 += whrlpool/wp-mingw64-x86_64.S
20ASM_X86_64_MINGW64 += cpuid-mingw64-x86_64.S 20ASM_X86_64_MINGW64 += cpuid-mingw64-x86_64.S
21 21
22ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_add.S
23ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_cmadd.S
24ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_cmul.S
25ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_mul.S
26ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_mul_4_8_alt.S
27ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_mul_8_16_alt.S
28ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_sqr.S
29ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_sqr_4_8_alt.S
30ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_sqr_8_16_alt.S
31ASM_X86_64_MINGW64 += bn/arch/amd64/bignum_sub.S
32ASM_X86_64_MINGW64 += bn/arch/amd64/word_clz.S
33ASM_X86_64_MINGW64 += bn/arch/amd64/bn_arch.c
34
22EXTRA_DIST += $(ASM_X86_64_MINGW64) 35EXTRA_DIST += $(ASM_X86_64_MINGW64)
23 36
24if HOST_ASM_MINGW64_X86_64 37if HOST_ASM_MINGW64_X86_64