comparison gcc/config/i386/xsaveoptintrin.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Copyright (C) 2012-2018 Free Software Foundation, Inc. 1 /* Copyright (C) 2012-2020 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify 5 GCC is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
19 You should have received a copy of the GNU General Public License and 19 You should have received a copy of the GNU General Public License and
20 a copy of the GCC Runtime Library Exception along with this program; 20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
22 <http://www.gnu.org/licenses/>. */ 22 <http://www.gnu.org/licenses/>. */
23 23
24 /* #if !defined _X86INTRIN_H_INCLUDED && !defined _IMMINTRIN_H_INCLUDED */ 24 #if !defined _IMMINTRIN_H_INCLUDED
25 /* # error "Never use <xsaveoptintrin.h> directly; include <x86intrin.h> instead." */ 25 # error "Never use <xsaveoptintrin.h> directly; include <immintrin.h> instead."
26 /* #endif */ 26 #endif
27 27
28 #ifndef _XSAVEOPTINTRIN_H_INCLUDED 28 #ifndef _XSAVEOPTINTRIN_H_INCLUDED
29 #define _XSAVEOPTINTRIN_H_INCLUDED 29 #define _XSAVEOPTINTRIN_H_INCLUDED
30 30
31 #ifndef __XSAVEOPT__ 31 #ifndef __XSAVEOPT__