* config/i386/i386.c (PTA_SGX): Define to 1 << 63.
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 12 Jan 2017 16:10:14 +0000 (17:10 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 12 Jan 2017 16:10:14 +0000 (17:10 +0100)
From-SVN: r244370

gcc/config/i386/i386.c

index 93da402a256631b71f6eba3b9eea96efed3d95e2..c4015982331dc1eec57f7ddd5b1efdd8492b1de8 100644 (file)
@@ -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 \