diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-13 20:02:58 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-13 20:02:58 +0000 |
commit | 666649eddbb7d006236fc9383b3ab63ba81bc24a (patch) | |
tree | f3c0b2b7e1f22b4cd86b4e23416114ece6516b97 /gcc/config/i386/nmmintrin.h | |
parent | b6833dc97f5b555b2c0ceaa34b14919c84874686 (diff) | |
download | gcc-666649eddbb7d006236fc9383b3ab63ba81bc24a.tar.gz |
* config/i386/smmintrin.h: Avoid /* within a comment.
* config/i386/nmmintrin.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185352 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/nmmintrin.h')
-rw-r--r-- | gcc/config/i386/nmmintrin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/nmmintrin.h b/gcc/config/i386/nmmintrin.h index 2a2d264c6ec..c536eee3fb8 100644 --- a/gcc/config/i386/nmmintrin.h +++ b/gcc/config/i386/nmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc. This file is part of GCC. @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License and a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - <http://www.gnu.org/licenses/>. + <http://www.gnu.org/licenses/>. */ /* Implemented from the specification included in the Intel C++ Compiler User Guide and Reference, version 10.0. */ |