diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-28 14:26:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-28 14:26:56 +0100 |
commit | dec86ca07dcd95d2eba47aaa946f1e95acfc9f57 (patch) | |
tree | b6f191f3ff59cbc8377e4501336447f97486ab33 /contrib/t1ha/t1ha_bits.h | |
parent | 12da94dc1d36900e16d336c766bfde1cbbcf90ff (diff) | |
download | rspamd-dec86ca07dcd95d2eba47aaa946f1e95acfc9f57.tar.gz rspamd-dec86ca07dcd95d2eba47aaa946f1e95acfc9f57.zip |
[Minor] Try to fix build for old compilers...
Diffstat (limited to 'contrib/t1ha/t1ha_bits.h')
-rw-r--r-- | contrib/t1ha/t1ha_bits.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/t1ha/t1ha_bits.h b/contrib/t1ha/t1ha_bits.h index eb032a69c..6b6370031 100644 --- a/contrib/t1ha/t1ha_bits.h +++ b/contrib/t1ha/t1ha_bits.h @@ -94,13 +94,6 @@ #if __GNUC_PREREQ(4, 4) || defined(__clang__) -#if defined(__ia32__) || defined(__e2k__) -#include <x86intrin.h> -#endif - -#if defined(__ia32__) -#include <cpuid.h> -#endif #if defined(__e2k__) #include <e2kbuiltin.h> |