summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2021-07-22 13:08:58 +0300
committerMamone Tarsha <maamoun.tk@googlemail.com>2021-07-22 13:08:58 +0300
commitb8054a1d0ad507812da9ba946a70d81100086252 (patch)
tree19f1b444050ebcbba9660e82e0f44c0f8ec69a13 /Makefile.in
parent422219fed26561363afee2639182854fe2021415 (diff)
downloadnettle-b8054a1d0ad507812da9ba946a70d81100086252.tar.gz
[S390x] Optimize memxor3 using vector facility with fat support
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b94f40f..69cf4872 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -620,7 +620,7 @@ distdir: $(DISTFILES)
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
- s390x s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/fat ; do \
+ s390x s390x/vf s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/fat ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \