comparison gcc/config/i386/x86intrin.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Copyright (C) 2008, 2009 Free Software Foundation, Inc. 1 /* Copyright (C) 2008, 2009, 2010 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
79 79
80 #ifdef __ABM__ 80 #ifdef __ABM__
81 #include <abmintrin.h> 81 #include <abmintrin.h>
82 #endif 82 #endif
83 83
84 #ifdef __BMI__
85 #include <bmiintrin.h>
86 #endif
87
88 #ifdef __TBM__
89 #include <tbmintrin.h>
90 #endif
91
84 #ifdef __POPCNT__ 92 #ifdef __POPCNT__
85 #include <popcntintrin.h> 93 #include <popcntintrin.h>
86 #endif 94 #endif
87 95
88 #endif /* _X86INTRIN_H_INCLUDED */ 96 #endif /* _X86INTRIN_H_INCLUDED */