From: Uros Bizjak Date: Thu, 12 Jan 2017 16:10:14 +0000 (+0100) Subject: * config/i386/i386.c (PTA_SGX): Define to 1 << 63. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=211a2f4acd9e91ac6cc223da8e2861501bbae222;p=gcc.git * config/i386/i386.c (PTA_SGX): Define to 1 << 63. From-SVN: r244370 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 93da402a256..c4015982331 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -4922,7 +4922,7 @@ ix86_option_override_internal (bool main_args_p, #define PTA_AVX5124VNNIW (HOST_WIDE_INT_1 << 60) #define PTA_AVX5124FMAPS (HOST_WIDE_INT_1 << 61) #define PTA_AVX512VPOPCNTDQ (HOST_WIDE_INT_1 << 62) -#define PTA_SGX (HOST_WIDE_INT_1 << 62) +#define PTA_SGX (HOST_WIDE_INT_1 << 63) #define PTA_CORE2 \ (PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3 \