From 4a5dc85cb92c07166e98b67e18b6b1b0e73d2f9c Mon Sep 17 00:00:00 2001 From: xvzcf Date: Tue, 21 Apr 2020 10:33:08 -0400 Subject: [PATCH] Update required_flags for Dilithium's META.ymls. --- crypto_sign/dilithium2/META.yml | 3 ++- crypto_sign/dilithium3/META.yml | 3 ++- crypto_sign/dilithium4/META.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/crypto_sign/dilithium2/META.yml b/crypto_sign/dilithium2/META.yml index e6af218d..9156e58f 100644 --- a/crypto_sign/dilithium2/META.yml +++ b/crypto_sign/dilithium2/META.yml @@ -27,4 +27,5 @@ implementations: - Linux required_flags: - avx2 - - bmi2 + - bmi1 + - popcnt diff --git a/crypto_sign/dilithium3/META.yml b/crypto_sign/dilithium3/META.yml index f624d7ef..37f51f72 100644 --- a/crypto_sign/dilithium3/META.yml +++ b/crypto_sign/dilithium3/META.yml @@ -27,4 +27,5 @@ implementations: - Linux required_flags: - avx2 - - bmi2 + - bmi1 + - popcnt diff --git a/crypto_sign/dilithium4/META.yml b/crypto_sign/dilithium4/META.yml index c90fba93..8e6378a2 100644 --- a/crypto_sign/dilithium4/META.yml +++ b/crypto_sign/dilithium4/META.yml @@ -27,4 +27,5 @@ implementations: - Linux required_flags: - avx2 - - bmi2 + - bmi1 + - popcnt