| 1 |
2 |
alfik |
/////////////////////////////////////////////////////////////////////////
|
| 2 |
|
|
// $Id: cpudb.h 11679 2013-04-17 19:46:11Z sshwarts $
|
| 3 |
|
|
/////////////////////////////////////////////////////////////////////////
|
| 4 |
|
|
//
|
| 5 |
|
|
// Copyright (c) 2011-2013 Stanislav Shwartsman
|
| 6 |
|
|
// Written by Stanislav Shwartsman [sshwarts at sourceforge net]
|
| 7 |
|
|
//
|
| 8 |
|
|
// This library is free software; you can redistribute it and/or
|
| 9 |
|
|
// modify it under the terms of the GNU Lesser General Public
|
| 10 |
|
|
// License as published by the Free Software Foundation; either
|
| 11 |
|
|
// version 2 of the License, or (at your option) any later version.
|
| 12 |
|
|
//
|
| 13 |
|
|
// This library is distributed in the hope that it will be useful,
|
| 14 |
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 15 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
| 16 |
|
|
// Lesser General Public License for more details.
|
| 17 |
|
|
//
|
| 18 |
|
|
// You should have received a copy of the GNU Lesser General Public
|
| 19 |
|
|
// License along with this library; if not, write to the Free Software
|
| 20 |
|
|
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA B 02110-1301 USA
|
| 21 |
|
|
//
|
| 22 |
|
|
/////////////////////////////////////////////////////////////////////////
|
| 23 |
|
|
|
| 24 |
|
|
bx_define_cpudb(bx_generic)
|
| 25 |
|
|
#if BX_CPU_LEVEL >= 5
|
| 26 |
|
|
bx_define_cpudb(pentium_mmx)
|
| 27 |
|
|
bx_define_cpudb(amd_k6_2_chomper)
|
| 28 |
|
|
#if BX_CPU_LEVEL >= 6
|
| 29 |
|
|
bx_define_cpudb(p2_klamath)
|
| 30 |
|
|
bx_define_cpudb(p3_katmai)
|
| 31 |
|
|
bx_define_cpudb(p4_willamette)
|
| 32 |
|
|
bx_define_cpudb(core_duo_t2400_yonah)
|
| 33 |
|
|
bx_define_cpudb(atom_n270)
|
| 34 |
|
|
#if BX_SUPPORT_X86_64
|
| 35 |
|
|
bx_define_cpudb(p4_prescott_celeron_336)
|
| 36 |
|
|
bx_define_cpudb(athlon64_clawhammer)
|
| 37 |
|
|
bx_define_cpudb(athlon64_venice)
|
| 38 |
|
|
bx_define_cpudb(turion64_tyler)
|
| 39 |
|
|
bx_define_cpudb(phenom_8650_toliman)
|
| 40 |
|
|
bx_define_cpudb(core2_penryn_t9600)
|
| 41 |
|
|
bx_define_cpudb(corei5_lynnfield_750)
|
| 42 |
|
|
bx_define_cpudb(corei5_arrandale_m520)
|
| 43 |
|
|
#if BX_SUPPORT_AVX
|
| 44 |
|
|
bx_define_cpudb(zambezi)
|
| 45 |
|
|
bx_define_cpudb(corei7_sandy_bridge_2600k)
|
| 46 |
|
|
bx_define_cpudb(corei7_ivy_bridge_3770k)
|
| 47 |
|
|
#endif
|
| 48 |
|
|
#endif
|
| 49 |
|
|
#endif
|
| 50 |
|
|
#endif
|