Merge pull request #1031 from jagerman/avx2-detection-again

Fix avx2 cpu detection on amd64 (again)
pull/1042/head
Jeff 5 years ago committed by GitHub
commit 7b36f45f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
#include <libntrup/ntru.h>
#if __AVX2__
#ifdef __x86_64__
#include <cpuid.h>
#include <array>

Loading…
Cancel
Save