summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-27 14:02:41 -0400
committerGitHub <noreply@github.com>2019-10-27 14:02:41 -0400
commit6da6b7f5ace3d342942a2f5aa39fe8542da798c7 (patch)
treef769e3146016ac59b7942d3707aff046ab4332c1 /GNUmakefile
parente09bdbe5c47f13a172ea42d31c2d8938c0d333b4 (diff)
downloadcryptopp-git-6da6b7f5ace3d342942a2f5aa39fe8542da798c7.tar.gz
Enable Power7 for Simon and Speck (PR #909)
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-xGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 87037673..6befd1a5 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -649,8 +649,6 @@ ifeq ($(DETECT_FEATURES),1)
SHA_FLAG = $(POWER8_FLAG)
SHACAL2_FLAG = $(POWER8_FLAG)
SIMECK_FLAG = $(POWER8_FLAG)
- SIMON64_FLAG = $(POWER8_FLAG)
- SPECK64_FLAG = $(POWER8_FLAG)
SIMON128_FLAG = $(POWER8_FLAG)
SPECK128_FLAG = $(POWER8_FLAG)
else
@@ -689,6 +687,8 @@ ifeq ($(DETECT_FEATURES),1)
ifneq ($(POWER7_FLAG),)
BLAKE2S_FLAG = $(POWER7_FLAG)
CHACHA_FLAG = $(POWER7_FLAG)
+ SIMON64_FLAG = $(POWER7_FLAG)
+ SPECK64_FLAG = $(POWER7_FLAG)
endif
#####################################################################