aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-10-24 08:33:33 -0400
committerJack Lloyd <[email protected]>2020-10-24 08:33:33 -0400
commit7c518def183a53a137e42e17fc4ead4750fa4b9a (patch)
tree7f145564033bec0fb3eb67b08d033ce080f4ec20 /src/cli
parente3106d997d6dfb8d8636548ef07c9feb6276e772 (diff)
Improve AVX-512 detection
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/speed.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp
index 6e662eb0a..0ef453311 100644
--- a/src/cli/speed.cpp
+++ b/src/cli/speed.cpp
@@ -479,8 +479,6 @@ class Speed final : public Command
const std::vector<size_t> buf_sizes = unique_buffer_sizes(get_arg("buf-size"));
- Botan::CPUID::initialize();
-
for(std::string cpuid_to_clear : Botan::split_on(get_arg("clear-cpuid"), ','))
{
auto bits = Botan::CPUID::bit_from_string(cpuid_to_clear);