Updated cpu model list in the docs.

This commit is contained in:
Volker Ruppert 2017-04-02 15:43:48 +00:00
parent ed92dc4dfd
commit 12679aeb13
2 changed files with 19 additions and 3 deletions

View File

@ -120,9 +120,10 @@
# core2_penryn_t9600 Intel Mobile Core 2 Duo T9600 (Penryn)
# corei5_lynnfield_750 Intel(R) Core(TM) i5 750 (Lynnfield)
# corei5_arrandale_m520 Intel(R) Core(TM) i5 M 520 (Arrandale)
# corei7_sandy_bridge_2600k Intel(R) Core(TM) i7-2600K (Sandy Bridge)
# zambezi AMD FX(tm)-4100 Quad-Core Processor (Zambezi)
# trinity_apu AMD A8-5600K APU (Trinity)
# corei7_sandy_bridge_2600k Intel(R) Core(TM) i7-2600K (Sandy Bridge)
# ryzen AMD Ryzen 7 1700
# corei7_ivy_bridge_3770k Intel(R) Core(TM) i7-3770K CPU (Ivy Bridge)
# corei7_haswell_4770 Intel(R) Core(TM) i7-4770 CPU (Haswell)
# broadwell_ult Intel(R) Processor 5Y70 CPU (Broadwell)

View File

@ -5590,6 +5590,11 @@ features enabled at compile time (3rd column).
<entry>Default Bochs CPU configured with <link linkend="bochsopt-cpuid">CPUID</link> option</entry>
<entry>cpu level 5</entry>
</row>
<row>
<entry>pentium</entry>
<entry>Intel Pentium (P54C)</entry>
<entry>cpu level 5</entry>
</row>
<row>
<entry>pentium_mmx</entry>
<entry>Intel Pentium MMX</entry>
@ -5665,6 +5670,11 @@ features enabled at compile time (3rd column).
<entry>Intel(R) Core(TM) i5 M 520 (Arrandale)</entry>
<entry>cpu level 6, x86-64</entry>
</row>
<row>
<entry>corei7_sandy_bridge_2600k</entry>
<entry>Intel(R) Core(TM) i7-2600K (Sandy Bridge)</entry>
<entry>cpu level 6, x86-64, avx</entry>
</row>
<row>
<entry>zambezi</entry>
<entry>AMD FX(tm)-4100 Quad-Core Processor (Zambezi)</entry>
@ -5676,8 +5686,8 @@ features enabled at compile time (3rd column).
<entry>cpu level 6, x86-64, avx</entry>
</row>
<row>
<entry>corei7_sandy_bridge_2600k</entry>
<entry>Intel(R) Core(TM) i7-2600K (Sandy Bridge)</entry>
<entry>ryzen</entry>
<entry>AMD Ryzen 7 1700</entry>
<entry>cpu level 6, x86-64, avx</entry>
</row>
<row>
@ -5690,6 +5700,11 @@ features enabled at compile time (3rd column).
<entry>Intel(R) Core(TM) i7-4770 CPU (Haswell)</entry>
<entry>cpu level 6, x86-64, avx</entry>
</row>
<row>
<entry>broadwell_ult</entry>
<entry>Intel(R) Processor 5Y70 CPU (Broadwell)</entry>
<entry>cpu level 6, x86-64, avx</entry>
</row>
</tbody>
</tgroup>
</table>