Skip to content

Commit

Permalink
Try to enable AESNI and AVX* extensions even on 32-bit x86
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 7, 2024
1 parent 23e0fb0 commit f5a77d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
# if defined(__clang__) || defined(__GNUC__)
# define HAVE_AVX_ASM
# endif
#endif
#if defined(__x86_64__) || defined(_M_AMD64)
# define HAVE_AVXINTRIN_H
# define HAVE_AVX2INTRIN_H
# define HAVE_AVX512FINTRIN_H
Expand Down

0 comments on commit f5a77d4

Please sign in to comment.