1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-09 16:41:04 +00:00

[cpu] Increase GCC version for use of builtin CPU extensions checker

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-09-18 17:11:45 +00:00
parent dd32f1ed6d
commit 3da5061426
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -13,7 +13,7 @@
#define bit_AES (1 << 25)
#endif
#if defined(__GNUC__) && __GNUC__ < 5 && IS_X86
#if defined(__GNUC__) && __GNUC__ < 6 && IS_X86
#include <cpuid.h>
#endif