forked from InstLatx64/InstLatx64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.htm
1672 lines (1671 loc) · 85.5 KB
/
ChangeLog.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<html>
<body>
2020.01.03.
<ul>
<li>14-Core Intel Core i9-10940X, 4300 MHz (43 x 100) (Cascade Lake-X) <b>50657</b> CPUID dump added</li>
<li>18-Core Intel Core i9-10980XE Extreme Edition, 3000 MHz (30 x 100) (Cascade Lake-X) <b>50657</b> CPUID dump added</li>
</ul>
2019.12.11.
<ul>
<li>32-Core AMD Ryzen Threadripper 3970X (Castle Peak) <b>830F10</b> x64 InstLat, CPUID, NewMemLat dump, CPUID panel added</li>
</ul>
2019.12.09.
<ul>
<li>24-Core AMD Ryzen Threadripper 3960X, 4425 MHz (44.25 x 100) (Castle Peak) <b>830F10</b> CPUID dump added</li>
</ul>
2019.12.06.
<ul>
<li>CPU comparison chart 2.24 with fixed Intel L2 latencies</li>
</ul>
2019.12.05.
<ul>
<li>6x Intel Core i7-10710U (Comet Lake-U) <b>A0660</b> CPUID dump added</li>
<li>CPU comparison chart refreshed to 2.23 with Tiger Lake cache info and Rocket Lake, Meteor Lake, Diamond Rapids placeholders</li>
</ul>
2019.11.29.
<ul>
<li>16-Core AMD Ryzen 9 3950X, 4300 MHz (43 x 100) (Matisse) <b>870F10</b> x64 InstLat, CPUID, NewMemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>12-Core Intel Xeon Silver 4214 (Cascade Lake-SP) <b>50657</b> CPUID dump added</li>
<li>24-Core Intel Xeon Gold 6212U (Cascade Lake-SP) <b>50657</b> CPUID dump added</li>
<li>QuadCore Intel Core i5-10210U, 4100 MHz (41 x 100) (Comet Lake-U) <b>806EC</b> CPUID dump added</li>
<li>DualCore Intel Core m3-8100Y, 2700 MHz (27 x 100) (Amber Lake-Y) <b>806E9</b> CPUID dump added</li>
<li>OctalCore Qualcomm Snapdragon 850 <b>F4A</b> CPUID dump added (x86 emulation under Microsoft Windows 10 Home 10.0.18363.476 (Win10 19H2 [1909] November 2019 Update)</li>
<li>Intel Rocket Lake codename added</li>
<li>Intel Diamond Rapids codename added</li>
</ul>
2019.11.07.
<ul>
<li>64-Core AMD EPYC 7702, 1800 MHz (18 x 100) (Rome) <b>830F10</b> CPUID dump added</li>
<li>2x 64-Core AMD EPYC 7742, 2225 MHz (22.25 x 100) (Rome) <b>830F10</b> x64 InstLat, CPUID, NewMemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>CPU comparison chart 1.73 with Tremont core <a href=https://www.anandtech.com/show/15009/intels-new-atom-microarchitecture-the-tremont-core>details</a></li>
<li>Subdirectories by vendors</li>
</ul>
2019.10.17.
<ul>
<li>12-Core AMD Ryzen 9 PRO 3900, 4342 MHz (43.5 x 100) (Matisse) <b>870F10</b> x32, x64 InstLat, CPUID, NewMemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>12-Core Intel Xeon Gold 6146 (SkyLake-SP) <b>50654</b> CPUID dump added</li>
</ul>
2019.10.03.
<ul>
<li>PentaCore Intel Lakefield (10nm, 4 Tremont + 1 Ice Lake core) <b>806Ax</b> CPUID added, <a href=http://browser.geekbench.com/v5/cpu/195858.gb5>based on this GB5 entry</a></li>
<li>AMD MCOMMIT instruction support added</li>
<li>QuadCore Intel Core i7-1065G7 (Ice Lake-U/Y) <b>706E5</b> x64 InstLat dump refresh</li>
<li>DualCore Intel Pentium 5405U (Whiskey Lake-U) <b>806EB</b> CPUID dump added</li>
<li>CPU comparison chart 1.7 with Tremont core cache sizes, <a href=http://browser.geekbench.com/v5/cpu/195858.gb5>based on this GB5 entry</a></li>
</ul>
2019.09.22.
<ul>
<li>QuadCore Intel Core i7-1065G7 (Ice Lake-U/Y) <b>706E5</b> CPUID dump, CPUID, C&M, GPGPU panel added</li>
</ul>
2019.09.22.
<ul>
<li>Intel TigerLake <b>806Dx</b> CPUID added, <a href=https://github.com/torvalds/linux/blob/master/arch/x86/include/asm/intel-family.h>source</a></li>
<li>Intel NNP-I (Spring Hill) Sunny Cove core <b>906Dx</b> CPUID added, <a href=https://github.com/torvalds/linux/blob/master/arch/x86/include/asm/intel-family.h>source</a></li>
<li>Intel Jacobsville (Tremont core, 10nm Denverton successor) <b>8066x</b> CPUID added, <a href=https://github.com/torvalds/linux/blob/master/arch/x86/include/asm/intel-family.h>source</a></li>
<li>Intel Elkhart Lake (Tremont core, 10nm Gemini Lake successor) <b>9066x</b> CPUID added, <a href=https://github.com/torvalds/linux/blob/master/arch/x86/include/asm/intel-family.h>source</a></li>
</ul>
2019.09.09.
<ul>
<li>Intel TigerLake-U <b>806Cx</b> CPUID revealed <a href=https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5169/fi-tgl-u/boot0.log>here</a></li>
<li>HexaCore Intel Core i7-7800X, 3500 MHz (35 x 100) (Skylake-X) <b>50654</b> CPUID dump, x64 InstLat dump refresh</li>
<li>Intel Atom E680 (Tunnel Creek) <b>20661</b> CPUID dump added</li>
<li>CPU comparison chart refreshed to 2.2 with Zen*, * Lake, * Cove</li>
<li>ZeroDumps, CPU_charts subdirectories</li>
<li>Old texts removed</li>
</ul>
2019.08.30.
<ul>
<li>28-Core Intel Xeon W-3275, 4200 MHz (42 x 100) (Cascade Lake-W) <b>50657</b> CPUID dump added</li>
<li>DualCore Intel Core i3-1005G1 (Ice Lake-U/Y) <b>706E5</b> CPUID dump added</li>
<li>AVX512 Venn-diagrams added</li>
<li>InstLat capabilities: 4487 entries, AVX512_BF16, AVX512_VP2INTERSECT, RDPRU</li>
</ul>
2019.08.09.
<ul>
<li>DualCore Intel Core i3-8121U, 3200 MHz (32 x 100) (Cannon Lake-U) <b>60663</b> x64 InstLat dump refresh (EVEX VINSERT* throughput fix)</li>
<li>10-Core Intel Core i9-7900X, 4000 MHz (40 x 100) (Skylake-X) <b>50654</b> x64 InstLat dump refresh (EVEX VINSERT* throughput fix)</li>
<li>QuadCore AMD Ryzen Embedded V1605B with Radeon Vega Gfx (Great Horned Owl) <b>810F10</b> CPUID dump added</li>
<li>10-Core Intel Xeon Gold 5215 (Cascade Lake-SP) <b>50657</b> CPUID dump added</li>
</ul>
2019.08.02.
<ul>
<li>QuadCore Intel Core i5-1035G4 (Ice Lake-U/Y) <b>706E5</b> CPUID dump added</li>
<li>QuadCore Intel Core i5-1065G4 (Ice Lake-U/Y) <b>706E5</b> x64 InstLat dump added</li>
</ul>
2019.08.01.
<ul>
<li>CPU comparison chart refreshed to 2.01 with Intel Sunny Cove / Ice Lake details</li>
</ul>
2019.07.23.
<ul>
<li>64-Core Intel Xeon Phi 7210 (Knights Landing) <b>50671</b> CPUID dump refresh</li>
<li>16-Core Intel Xeon D-2183IT, 2200 MHz (28 x 79) <b>50654</b> CPUID dump added</li>
<li>OctaCore AMD Ryzen 7 3700X <b>870F10</b> x64 InstLat dump fix: VPERMQ/PD tp 0.6 -> 1.25</li>
<li>AMD Renoir codename fix: Zen2 APU</li>
<li>AMD Genesis Peak codename added</li>
</ul>
2019.07.13.
<ul>
<li>CPU comparison chart refreshed to 1.99.1 No FMA4 on AMD Matisse</li>
</ul>
2019.07.12.
<ul>
<li>OctaCore AMD Ryzen 7 3700X, 4300 MHz (43 x 100) (Matisse) <b>870F10</b> x64 InstLat dump added</li>
<li>CPU comparison chart refreshed to 1.99 with AMD Matisse details</li>
</ul>
2019.07.10.
<ul>
<li>OctaCore AMD Ryzen 7 3700X, 4300 MHz (43 x 100) (Matisse) <b>870F10</b> CPUID dump added</li>
<li>HexaCore AMD Ryzen 5 3600, 3600 MHz (36 x 100) (Matisse) <b>870F10</b> CPUID dump refresh</li>
</ul>
2019.07.08.
<ul>
<li>12-Core AMD Ryzen 9 3900X, 4200 MHz (42.25 x 99) (Matisse) <b>870F10</b> CPUID dump added</li>
</ul>
2019.07.03.
<ul>
<li>QuadCore Zhaoxin KaiXian ZX-C+ C4580, 1833 MHz (5.5 x 333) <b>6FE</b> C&M, GPGPU panel added</li>
<li>Modell -> Model typo</li>
</ul>
2019.07.01.
<ul>
<li>OctalCore Hygon C86 3185 (Dhyana) <b>900F02</b> CPUID dump added (no AES, CLMUL, SHA, SEV, SME)</li>
</ul>
2019.06.21.
<ul>
<li>QuadCore Zhaoxin KaiXian ZX-C+ C4580, 1833 MHz (5.5 x 333) <b>6FE</b> CPUID dump refresh; CPUID panel, x64 InstLat dump, NewMemLat dump added</li>
<li>Intel Cascade Lake <b>50657</b> CPUID added with AVX512_VNNI</li>
<li>Intel Cooper Lake <b>5065x</b> CPUID added with AVX512_BF16</li>
<li>Intel Ice Lake-H/S <b>706Dx</b> CPUID added</li>
<li>Intel Ice Lake-E/SP/W/D <b>606Ax</b> CPUID added</li>
<li>Intel Ice Lake-E/SP/W/D <b>606Cx</b> CPUID added</li>
<li>Intel Tiger Lake project with Willow Cove core with AVX512_VP2INTERSECT, CET, MOVDIRI, MOVDIR64B</li>
<li>Intel Sapphire Rapids project with Willow Cove core with ENCCMD, ENCMDS</li>
<li>Intel Alder Lake project with Golden Cove core</li>
<li>Intel Granite Rapids project with Golden Cove core</li>
<li>Intel Meteor Lake project with Ocean Cove core</li>
</ul>
2019.06.13.
<ul>
<li>CPU comparison chart refreshed to 1.98 with Intel Sunny Cove and AMD Matisse details</li>
</ul>
2019.06.04.
<ul>
<li>HexaCore AMD Ryzen 5 3600 (Matisse) <b>870F10</b> CPUID dump added</li>
</ul>
2019.05.28.
<ul>
<li>2x DualCore VIA Nano X2, 1833 MHz (5.5 x 333) (ZHAOXIN KaiXian ZX-C+ C4580) <b>6FE</b> CPUID dump added</li>
<li>AMD Matisse <b>870F1x</b> CPUID revealed <a href=http://browser.geekbench.com/v4/cpu/13241660>here</a></li>
<li>AMD Genoa codename (Zen4 Server) added</li>
</ul>
2019.05.04.
<ul>
<li>HexaCore Intel Core i7-9750H, 4200 MHz (42 x 100) (Coffee Lake-H) <b>906EA</b> CPUID dump added</li>
</ul>
2019.04.17.
<ul>
<li>AMD Ryzen 5 3550H (Picasso) <b>810F81</b> CPUID dump added</li>
<li>AMD FireFlight (Subor Z+ custom CPU) <b>850F00</b> CPUID dump added</li>
</ul>
2019.03.13.
<ul>
<li>Intel Comet Lake-U/Y <b>A0660</b> CPUID added (<a href=https://github.com/coreboot/coreboot/blob/master/src/soc/intel/common/block/include/intelblocks/mp_init.h>cource</a>)</li>
<li>Intel Comet Lake-U/Y <b>A0661</b> CPUID added (<a href=https://github.com/coreboot/coreboot/blob/master/src/soc/intel/common/block/include/intelblocks/mp_init.h>cource</a>)</li>
<li>Intel Comet Lake-H/S (6 core) <b>A0650</b> CPUID added (<a href=https://github.com/coreboot/coreboot/blob/master/src/soc/intel/common/block/include/intelblocks/mp_init.h>cource</a>)</li>
<li>Intel Comet Lake-H/S (10 core) <b>A0651</b> CPUID added (<a href=https://github.com/coreboot/coreboot/blob/master/src/soc/intel/common/block/include/intelblocks/mp_init.h>cource</a>)</li>
</ul>
2019.02.28.
<ul>
<li>QuadCore Broadcom BCM2837B0Broadcom BCM2837B0 (Raspberry Pi 3B+) <b>F4A</b> CPUID dump added (x86 emulation under Microsoft Windows 10 Pro 10.0.17134.1, 64-bit)</li>
<li>QuadCore Intel Core i7-8565U (Whiskey Lake-U) <b>806EB</b> CPUID dump added</li>
<li>QuadCore Intel Xeon E3-1231 v3 (Haswell-E) <b>306C3</b> CPUID dump added with "GenuineIotel" vendor</li>
</ul>
2019.01.31.
<ul>
<li>28-Core Intel Xeon W-3175X (Skylake-W) <b>50654</b> CPUID dump added</li>
<li>2x OctalCore Intel Xeon X7560 (Nehalem-EX) <b>206E6</b> CPUID dump added</li>
<li>Intel Cascade Lake new stepping <b>50656</b> CPUID added</li>
<li>Intel Amber Lake Y codename and <b>806E9</b> CPUID added</li>
<li>Intel Whiskey Lake U codename and <b>806EB</b> CPUID added</li>
<li>Intel Comet Lake codename added</li>
</ul>
2018.12.21.
<ul>
<li>CPU comparison chart refreshed to 1.96 with Intel Cascade Lake, Sunny Cove and AMD Rome details</li>
<li>AMD Picasso CPUID <b>810F8x</b> revealed <a href=http://browser.geekbench.com/v4/cpu/11229675>here</a></li>
<li>AMD Zen2 CPUID <b>830Fxx</b> revealed <a href=https://gcc.gnu.org/ml/gcc-patches/2018-10/txtj6liftO1_w.txt>here</a></li>
<li>AMD Milan codename, Zen4 added</li>
<li>Intel Cooper Lake, Sunny Cove, Willow Cove, Golden Cove, Ocean Cove, Gracemont codename added</li>
<li>DualCore AMD Athlon 64 X2, 2000 MHz (10 x 200) 3800+ (Manchester) <b>20FB1</b> x64 InstLat dump refresh, NewMemLat dump added</li>
<li>HexaCore AMD Phenom II X6 1055T, 2800 MHz (14 x 200) (Thuban) <b>100FA0</b> x86, x64 InstLat dump refresh, NewMemLat dump added</li>
<li>OctalCore AMD FX-8150, 4200 MHz (21 x 200) (Zambezi) <b>600F12</b> x64 InstLat, CPUID dump, CPUID, C&M, GPGPU panel refresh</li>
<li>QuadCore AMD A10-6800K, 4300 MHz (43 x 100) (Richland) <b>610F31</b> x64 InstLat, CPUID dump, CPUID, C&M, GPGPU panel refresh</li>
<li>QuadCore AMD A10-7850K, 4000 MHz (40 x 100) (Kaveri) <b>630F01</b> x64 InstLat, CPUID dump, CPUID, C&M, GPGPU panel refresh</li>
<li>QuadCore AMD A12-9800, 4000 MHz (40 x 100) (Bristol Ridge) <b>660F51</b> x64 InstLat, CPUID, C&M, GPGPU panel refresh</li>
<li>Via Nano L2200 1600 MHz (4 x 400) (Isaiah) <b>6F2</b> x64 InstLat dump refresh</li>
<li>Intel Pentium 4 3.20GHz (Prescott) <b>F43</b> x32, x64 InstLat dump refresh, NewMemLat dump added</li>
<li>DualCore Intel Core 2 Extreme X6800, 2933 MHz (11 x 267) (Conroe) <b>6F6</b> x32, x64 InstLat, CPUID, NewMemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>QuadCore Intel Core 2 Extreme QX9650, 3000 MHz (9 x 333) (Yorkfield) <b>10676</b> x32, x64 InstLat, CPUID dump, CPUID panel refresh; NeMemLat dump, C&M, GPGPU panel added</li>
<li>Intel Atom 230 (Diamondville) <b>106C2</b> x64 InstLat refresh, NewMemLat dump added</li>
<li>QuadCore Intel Core i7 860, 3366 MHz (25 x 135) (Lynnfield) <b>106E5</b> x32, x64 InstLat refresh, NewMemLat dump added</li>
<li>QuadCore Intel Core i7 2600, 3400 MHz (34 x 100) (Sandy Bridge) <b>206A7</b> NewMemLat dump added</li>
<li>Mobile DualCore Intel Core i5-5250U, 1600 MHz (16 x 100) (Broadwell-U) <b>306D4</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Celeron J3455, 2200 MHz (22 x 100) (Apollo Lake-D) <b>506C9</b> x64 InstLat refresh</li>
<li>QuadCore Intel Celeron J4105 (Goldmont Plus) <b>706A1</b> x64 InstLat refresh</li>
</ul>
2018.10.23.
<ul>
<li>DualCore Intel Core i3-8121U, 3200 MHz (32 x 100) (Cannon Lake-U) <b>60663</b> CPUID dump refresh, x64 InstLat dump, MemLat dump, C&M panel added</li>
<li>DualCore Intel Atom 330, 1600 MHz (12 x 133) (Diamondville-DC, Bonnell core) <b>106C2</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Celeron N3150, 2083 MHz (26 x 80) (Braswell) <b>406C3</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Celeron J1900, 2000 MHz (24 x 83) (Bay Trail-D) <b>30673</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Core i7 2600, 3400 MHz (34 x 100) (Sandy Bridge) <b>206A7</b> x86, x64 InstLat dump refresh</li>
<li>QuadCore Intel Core i7-4770R, 3600 MHz (36 x 100) (Crystal Well-DT) <b>40661</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Core i7-6700K, 4000 MHz (40 x 100) (Skylake-S) <b>506E3</b> x64 InstLat dump refresh</li>
<li>10-Core Intel Core i9-7900X, 4000 MHz (40 x 100) (Skylake-X) <b>50654</b> x64 InstLat dump refresh</li>
<li>32-Core AMD Ryzen Threadripper 2990WX, 4200 MHz (42 x 100) (Threadripper 2) <b>800F82</b> x64 InstLat dump refresh</li>
<li>New: I4410-4439 LEAs with more addressing mode, I4440-4469 the same with address change prefix (67h). I205-216 are redundant.</li>
<li>New: I4366-4409 ADC/SBB instructions with nonzero and zero immediate</li>
<li>New: I4354-4365 SHLD/SHRD instructions with different operands added. I253-264 SHLD/SHRD remained with same operands</li>
<li>Fix: AES throughput 0.5 for I1597-1606</li>
<li>Fix: SkyLake (CPUID 406Ex, 506Ex, 5065x, 806Ex, 906Ex) specific latency 1.0 for:
I889, I893, I897, I901, I1067, I1071, I1075, I1079, I1249, I1253, I1257, I1261, I1313, I1317, I1321, I1325,
I1805, I1807, I1809, I1811, I1861, I1863, I1865, I1867, I2066, I2068, I2070, I2072, I2098, I2100, I2102, I2104</li>
</ul>
2018.10.22.
<ul>
<li>Zhaoxin ZX-C+ FC-1080 <b>6FE</b> CPUID <a href=https://browser.geekbench.com/geekbench3/5973823>added</a></li>
<li>Zhaoxin ZX-D <b>106FC</b> CPUID <a href=https://browser.geekbench.com/geekbench3/8122031>added</a></li>
<li>Zhaoxin ZX-D D4600 <b>106FE</b> CPUID <a href=http://browser.geekbench.com/geekbench3/8658365>added</a></li>
<li>Zhaoxin ZX-E KX-U5580 <b>7B1</b> CPUID <a href=http://browser.geekbench.com/v4/cpu/9408079>added</a></li>
<li>Zhaoxin ZX-E KX-6840 <b>307B0</b> CPUID <a href=https://www.cnews.cz/wp-content/uploads/2018/08/via-zhaoxin-kx-6480-cpuinfo.jpg>added</a></li>
<li>Intel Quark (Lakemont) <b>5A0</b> CPUID <a href=https://en.wikichip.org/wiki/intel/cpuid>added</a></li>
<li>Intel Knights Ferry <b>B00</b> CPUID <a href=https://en.wikichip.org/wiki/intel/cpuid>added</a></li>
<li>Intel Xeon Gold 6230 (Cascade Lake) <b>50655</b> CPUID <a href=https://browser.geekbench.com/v4/cpu/10082079>added</a></li>
<li>Intel X-GOLD 7272 Modem (SoFIA) <b>60650</b> CPUID <a href=https://newsroom.intel.com/wp-content/uploads/sites/11/2018/03/microcode-update-guidance.pdf>added</a>
<li>Intel SkyLake/CannonLake <b>6067X</b> CPUID <a href=https://software.intel.com/security-software-guidance/api-app/sites/default/files/Managed-Runtime-Speculative-Execution-Side-Channel-Mitigations.pdf>added</a>
<li>Intel Cougar Mountain (AMT, Intel Puma 7 Home Gateway) <b>606E1</b> CPUID <a href=https://newsroom.intel.com/wp-content/uploads/sites/11/2018/03/microcode-update-guidance.pdf>added</a></li>
</ul>
2018.10.09.
<ul>
<li>OctalCore Intel Core i9-9900K (Coffee Lake-S) <b>906EC</b> CPUID dump added</li>
<li>HexaCore Intel Core i5-9600K, 5000 MHz (50 x 100) (Coffee Lake-S) <b>906EC</b> CPUID dump added</li>
</ul>
2018.09.11.
<ul>
<li>32-Core AMD Ryzen Threadripper 2990WX, 4200 MHz (42 x 100) (Threadripper 2) <b>800F82</b> CPUID dump refresh, refresh, MemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>16-Core AMD Ryzen Threadripper 2950X, 3949 MHz (39.5 x 100) (Threadripper 2) <b>800F82</b> CPUID dump added</li>
</ul>
2018.08.13.
<ul>
<li>32-Core AMD Ryzen Threadripper 2990WX, 4200 MHz (42 x 100) (Threadripper 2) <b>800F82</b> CPUID dump added</li>
</ul>
2018.07.16.
<ul>
<li>HexaCore Intel Core i7-8086K, 4000 MHz (40 x 100) (Coffee Lake-S) <b>906EA</b> CPUID dump added</li>
<li>DualCore AMD Opteron X3216 3000 MHz (30 x 100) (Carrizo) <b>660F01</b> CPUID dump added</li>
<li>24-Core AMD EPYC 7401P, 2981 MHz (30 x 99) (Naples) <b>800F12</b> CPUID dump added with Microsoft Hypervisor level 40000000h</li>
<li>Qualcomm Snapdragon 835 <b>1067F</b> CPUID dump added (x86 emulation under Microsoft Windows 10 Pro 10.0.16299.371, 32-bit)</li>
<li>Qualcomm Snapdragon 835 <b>F4A</b> CPUID dump added (x86 emulation under Microsoft Windows 10 Pro 10.0.17711.1000, 64-bit)</li>
</ul>
2018.05.16.
<ul>
<li>DualCore Intel Core i3-8121U, 3200 MHz (32 x 100) (Cannon Lake-U) <b>60663</b> CPUID dump added w/ AVX512(F,CD,BW,DQ,VL,IFMA,VBMI), SHA, UMIP, PKU, w/o SGX, TSX, CLWB</li>
</ul>
2018.04.19.
<ul>
<li>OctalCore AMD Ryzen 7 2700X, 4300 MHz (43 x 100) (Pinnacle Ridge) <b>800F82</b> InstLat, MemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>HexaCore Intel Core i7-8750H, 3900 MHz (39 x 100) (Coffee Lake-H) <b>906EA</b> CPUID dump added</li>
<li>DualCore Intel Pentium Gold G5400, 3700 MHz (37 x 100) (Coffee Lake-S) <b>906EA</b> CPUID dump added</li>
<li>CPU comparison chart refreshed to 1.91 with AMD Raven Ridge, Pinnacle Ridge, Matisse and Intel Icelake</li>
</ul>
2018.04.17.
<ul>
<li>AMD K5 PR200 <b>534</b> CPUID dump added</li>
<li>Cyrix 6x86 <b>520</b> CPUID dump added</li>
<li>Cyrix 6x86 <b>530</b> CPUID dump added</li>
<li>Intel P54C <b>570</b> CPUID dump added</li>
<li>Intel PIII Xeon Cascades <b>6A4</b> CPUID dump added</li>
<li>Intel Willamette <b>F0A</b> CPUID dump added</li>
</ul>
2018.04.06.
<ul>
<li>Intel Tremont core added with CPUID <b>8066x</b> (GoldmontPlus successor, 10nm, SSE4.2 + GFNI supported; AVX, BMI and VEX encoded instructions are unsupported)</li>
<li>AMD Castle Peak project name fixed</li>
<li>CPU comparison chart for low power cores 1.6 (Tremont core added)</li>
</ul>
2018.03.23.
<ul>
<li>16-Core Intel Atom C3958, 2000 MHz (20 x 100) (Denverton) <b>506F1</b> CPUID dump refresh, MemLat dump, CPUID, C&M, GPGPU panel added</li>
</ul>
2018.03.20.
<ul>
<li>QuadCore AMD Ryzen 5 2400G (Raven Ridge) <b>810F10</b> InstLat, MemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>QuadCore Intel Celeron J4105 (Goldmont Plus) <b>706A1</b> InstLat, MemLat dump TLB info fix</li>
<li>AMD Picasso, Castle Park, Vermeer, Renoir codenames added</li>
</ul>
2018.02.24.
<ul>
<li>New ISA extensions supported: AVX512_VBMI2, AVX512_VNNI, AVX512_BITALG, AVX512_VPOPCNTDQ, VAES, GFNI, VPCLMULQDQ</li>
<li>Intel manufactured <a href=http://www.spreadtrum.com/en/SC9853I.html>Spreadtrum SC9853I-IA</a> <b>7065A</b> single threaded CPUID dump added</li>
<li>Intel Alder Lake codename added (<a href=https://twitter.com/TMFChipFool/status/936829260391620609>source</a>)</li>
<li>Intel Meteor Lake codename added (<a href=https://twitter.com/TMFChipFool/status/966744914800373765>source</a>)</li>
<li>Intel Granite Rapids codename added (<a href=https://twitter.com/TMFChipFool/status/966747252671877120>source</a>)</li>
<li>AMD Pinnacle Ridge CPUID <b>800F8x</b> added (Zen+, <a href=https://browser.geekbench.com/v4/cpu/6690641>source</a>)</li>
</ul>
2018.02.16.
<ul>
<li>QuadCore Intel Celeron J4105 (Goldmont Plus) <b>706A1</b> InstLat, MemLat dump, CPUID, C&M, GPGPU panel added</li>
<li>CPU comparison chart for low power cores 1.5 (complete Goldmont Plus)</li>
</ul>
2018.02.14.
<ul>
<li>QuadCore AMD Ryzen 3 2200G (Raven Ridge) <b>810F10</b> CPUID dump added</li>
<li>QuadCore AMD Ryzen 5 2400G (Raven Ridge) <b>810F10</b> CPUID dump added</li>
</ul>
2018.02.12.
<ul>
<li>QuadCore Intel Celeron J4105 (Goldmont Plus) <b>706A1</b> CPUID dump added</li>
</ul>
2018.01.13.
<ul>
<li>QuadCore Intel Core i7-8705G (Kaby Lake-G) <b>906E9</b> CPUID dump added</li>
<li>2x 24-Core AMD EPYC 7451 (Summit Ridge) <b>800F12</b> CPUID dump added</li>
<li>CPU comparison chart for low power cores 1.31 (new Goldmont+ infos)</li>
</ul>
2017.12.15.
<ul>
<li>QuadCore Intel Core i3-8350K (Coffee Lake-S) <b>906EB</b> CPUID dump added</li>
<li>Mobile QuadCore AMD Ryzen 5 2500U, 2400 MHz (24 x 100) (Raven Ridge) <b>810F10</b> CPUID dump refresh, InstLat, MemLat dump, CPUID, C&M, GPGPU panel added</li>
</ul>
2017.11.24.
<ul>
<li>HexaCore Intel Core i7-8700K, 4600 MHz (46 x 100) (Coffee Lake-S) <b>906EA</b> CPUID dump refresh, InstLat, MemLat dump, CPUID, C&M, GPGPU panel added</li>
</ul>
2017.11.15.
<ul>
<li>72-Core Intel Xeon Phi 7290 (Knights Landing) <b>50671</b> CPUID dump added</li>
<li>Intel Ice Lake ISA additions (AVX512_VBMI2, AVX512_VNNI, AVX512_BITALG, AVX512_VPOPCNTDQ, VAES, GFNI, VPCLMULQDQ)</li>
<li>Intel Gemini Lake+ codename added</li>
<li>Intel Jasper Lake codename added</li>
<li>Intel Knights Hill cancelled</li>
</ul>
2017.10.28.
<ul>
<li>QuadCore AMD Ryzen 5 2500U (Raven Ridge) <b>810F10</b> CPUID dump added</li>
</ul>
2017.10.16.
<ul>
<li>32-Core AMD EPYC 7551P, 3000 MHz (30 x 100) (Naples) <b>800F12</b> CPUID dump added</li>
</ul>
2017.10.13.
<ul>
<li>QuadCore Intel Core i5-8250U (Kaby Lake-U Refresh) <b>806EA</b> CPUID dump added</li>
<li>10-Core Intel Xeon W-2155 (Skylake-W) <b>50654</b> CPUID dump added</li>
<li>2x HexaCore Intel Xeon Bronze 3106 (Skylake-SP) <b>50654</b> InstLat dump with frequency normalization added (single 512b ported)</li>
</ul>
2017.10.05.
<ul>
<li>HexaCore Intel Core i7-8700K 3700 MHz (Coffeelake) <b>906EA</b> CPUID dump added with enabled SGX_LC</li>
</ul>
2017.09.26.
<ul>
<li>AMD Jaguar for "Sony PS4" CPUID <b>710Fxx</b> added</li>
<li>AMD Jaguar for "Microsoft XBox One" CPUID <b>720Fxx</b> added</li>
<li>AMD Jaguar for "Microsoft XBox One X" entry <b>7xxxx</b> added</li>
<li>AMD Pinnacle Ridge / Matisse / Zen2 update</li>
<li>VEXTRACT* mem, reg P23P5->P237P4 fix in the Intel Skylake-X AVX512 port assignment table v1.02</li>
</ul>
2017.09.21.
<ul>
<li>16-Core Intel Atom C3958, 2000 MHz (20 x 100) (Denverton) <b>506F1</b> CPUID dump, x64 InstLat dump added (thx, @IanCutress!)</li>
<li>OctalCore Intel CoffeLake <b>906EC</b> CPUID added (<a href=https://benchlife.info/coffee-lake-more-than-two-core-is-only-anecdotes-intel-may-be-brewing-8-core-products/>source</a>)</li>
</ul>
2017.09.18.
<ul>
<li>Minor AVX512 fixes and clarifications (Inst 2739, 2740, 2743, 2744, 3135, 3136, 3137 and ymm/zmm variable shifts and rotates)</li>
</ul>
2017.09.13.
<ul>
<li>18-Core Intel Core i9-7980XE (Skylake-X) <b>50654</b> CPUID dump added</li>
</ul>
2017.09.12.
<ul>
<li>2x HexaCore Intel Xeon Bronze 3106 (Skylake-SP) <b>50654</b> CPUID dump added</li>
<li>Intel Skylake-X AVX512 port assignment v1.0</li>
</ul>
2017.09.09.
<ul>
<li>Intel Coffe Lake (14++nm Skylake/Kaby Lake successor) CPUID <b>906EA</b> added</li>
<li>2x OctalCore Intel Xeon Silver 4108, 3000 MHz (30 x 100) (Skylake-SP) <b>50654</b> CPUID dump added</li>
<li>12-Core AMD Ryzen Threadripper 1920X, 3700 MHz (37 x 100) (Threadripper) <b>800F11</b> CPUID dump added</li>
<li>CPU comparison chart for low power cores 1.2 (basic Goldmont+ infos)</li>
</ul>
2017.08.11.
<ul>
<li>HexaCore Intel Core i7-7800X, 3500 MHz (35 x 100) (Skylake-X) <b>50654</b> NewMemLat dump added</li>
<li>16-Core AMD Ryzen Threadripper 1950X, 3700 MHz (37 x 100) (Threadripper) <b>800F11</b> CPUID dump added</li>
</ul>
2017.08.08.
<ul>
<li>2x 28-Core Intel Xeon Platinum 8180, 2500 MHz (Skylake-E) <b>50654</b> CPUID dump added</li>
<li>HexaCore Intel Core i7-7800X, 3500 MHz (35 x 100) (Skylake-X) <b>50654</b> CPUID dump refresh, CPUID panel, x64 InstLat dump added</li>
</ul>
2017.07.14.
<ul>
<li>Inst 1913 VZEROALL 0.0 throughput fix</li>
<li>Inst 921, 925, 1100, 1103 (V)SQRTSS, (V)SQRTSD throughput fix</li>
<li>VEXTRACT, VINSERT memory form (Inst 3139-3165, 4061-4082)</li>
<li>Basic shuffle tests with VEXTRACT*, VINSERT* memory form (Inst 4203-4230)</li>
<li>Intel Cascade Lake codename added</li>
<li>Intel Sapphire Rapid codename added</li>
<li>DualCore Intel Atom 330, 1600 MHz (12 x 133) (Diamondville-DC, Bonnell core) <b>106C2</b> x64 InstLat dump refresh, NewMemLat dump added</li>
<li>HexaCore Intel Core i7-7800X, 4700 MHz (47 x 100) (Skylake-X) <b>50654</b> CPUID dump added</li>
<li>HexaCore Intel Core i7-4930K, 3400 MHz (34 x 100) (Ivy Bridge-E) <b>306E4</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Core i7-4770, 3400 MHz (34 x 100) (Haswell-DT) <b>306C3</b> x64 InstLat dump refresh</li>
<li>Mobile DualCore Intel Core i5-5250U, 1600 MHz (16 x 100) (Broadwell-U) <b>306D4</b> x64 InstLat dump refresh</li>
<li>10-Core Intel Core i9-7900X, 4000 MHz (40 x 100) (Skylake-X) <b>50654</b> x64 InstLat dump refresh</li>
<li>QuadCore Intel Core i7-6700K, 4000 MHz (40 x 100) (Skylake-S) <b>506E3</b> x64 InstLat dump refresh</li>
<li>OctalCore AMD FX-8150, 4200 MHz (21 x 200) (Zambezi) <b>600F12</b> x64 InstLat dump refresh</li>
<li>OctalCore AMD Ryzen 7 1800X, 3600 MHz (36 x 100) (Summit Ridge) <b>800F11</b> x64 InstLat dump refresh</li>
<li>CPU comparison chart refreshed to 1.8 with Skylake Xeon</li>
</ul>
2017.06.30.
<ul>
<li>10-Core Intel Core i9-7900X, 4000 MHz (40 x 100) (Skylake-X) <b>50654</b> CPUID and InstLat dump added with full AVX512(F,CD,BW,DQ,VL)</li>
</ul>
2017.06.29.
<ul>
<li>ZeroDump added with the 12 level of AVX512</li>
</ul>
2017.06.27.
<ul>
<li>10-Core Intel Core i9-7900X, 4000 MHz (40 x 100) (Skylake-X) <b>50654</b> NewMemLat dump added</li>
<li>2x 18-Core Intel Xeon Gold 6154, 2100 MHz (Skylake-E) <b>50654</b> CPUID dump added</li>
</ul>
2017.06.09.
<ul>
<li>DualCore Intel Core m3-7Y30, 2600 MHz (26 x 100) (Kaby Lake-Y) <b>806E9</b> CPUID dump added</li>
<li>QuadCore Intel Core i7-7740X, 3400 MHz (Kaby Lake-X) <b>906E9</b> CPUID dump added</li>
<li>10-Core Intel Core i7-7900X, 4333 MHz (45 x 96) (Skylake-X) <b>50654</b> CPUID dump added</li>
<li>QuadCore Intel Core i7-4770, 3400 MHz (34 x 100) (Haswell-DT) <b>306C3</b> InstLat dump refresh with GATHER instructions</li>
<li>Mobile DualCore Intel Core i5-5250U, 1600 MHz (16 x 100) (Broadwell-U) <b>306D4</b> InstLat dump refresh with GATHER instructions</li>
<li>QuadCore Intel Core i7-6700K, 4000 MHz (40 x 100) (Skylake-S) <b>506E3</b> x64 InstLat dump added with GATHER instructions</li>
<li>QuadCore AMD Ryzen 5 1500X, 3600 MHz (36 x 100) (Summit Ridge) <b>800F11</b> InstLat dump refresh with FMA4, GATHER and CLZERO instructions</li>
<li>OctalCore AMD Ryzen 7 1700X, 3400 MHz (34 x 100) (Summit Ridge) <b>800F11</b> InstLat dump refresh with FMA4, GATHER and CLZERO instructions</li>
<li>OctalCore AMD Ryzen 7 1800X, 3600 MHz (36 x 100) (Summit Ridge) <b>800F11</b> InstLat dump refresh with GATHER and CLZERO instructions</li>
</ul>
2017.05.18.
<ul>
<li>2x 16-Core Intel Xeon Gold 6130, 2100 MHz (Skylake-E) <b>50654</b> CPUID dump added</li>
<li>QuadCore AMD A12-8870, 4000 MHz (40 x 100) (Carrizo DDR4) <b>660F51</b> CPUID dump added</li>
</ul>
2017.05.05.
<ul>
<li>18-Core Intel Xeon Gold 6154, 3000 MHz (Skylake-E) <b>50654</b> CPUID dump added</li>
</ul>
2017.05.02.
<ul>
<li>OctalCore AMD Ryzen 7 1800X, 3600 MHz (36 x 100) (Summit Ridge) <b>800F11</b> InstLat refresh with FMA4</li>
</ul>
2017.04.26.
<ul>
<li>64-Core Intel Xeon Phi 7210 (Knights Landing) <b>50671</b> CPUID dump added</li>
<li>Intel IceLake CPUID <b>706Ex</b> revealed <a href=https://browser.primatelabs.com/v4/cpu/2400363>here</a></li>
<li>AMD Pinnacle Ridge (Zen2) codename revealed <a href=http://www.pcgameshardware.de/AMD-Zen-Codename-261795/News/Zen-2-Pinnacle-Ridge-Release-Termin-1222222/>here</a></li>
<li>QuadCore AMD A10-6800K, 4300 MHz (43 x 100) (Richland) <b>610F31</b> x64 InstLat, NewMemLat, CPUID Dump + CPUID, C&M, GPGPU panel refresh</li>
<li>QuadCore AMD Ryzen 5 1500X, 3600 MHz (36 x 100) (Summit Ridge) <b>800F11</b> CPUID, InstLat, NewMemLat refresh, CPUID, C&M, GPGPU panel added</li>
</ul>
2017.03.28.
<ul>
<li>OctalCore AMD Ryzen 7 1700X, 3400 MHz (34 x 100) (Summit Ridge) <b>800F11</b> NewMemLat dump + C&M panel added</li>
</ul>
2017.03.22.
<ul>
<li>MOV ellimination detection (Inst 2248-2285) added</li>
<li>FPU out-of-order detection (Inst 2290-2293 (SSE, SSE2), 2309-2310 (3DNow!)) added</li>
<li>LNOP (Inst 2294-2306) added</li>
<li>PREFETCHW (Inst 746) added for non-3DNow! CPUs</li>
<li>FMA throughput fix (Inst 1609-1688, Inst 1914-1961)</li>
<li>QuadCore Intel Core i7-4770, 3400 MHz (34 x 100) (Haswell-DT) <b>306C3</b> CPUID, InstLat, NewMemLat dump + CPUID, GPGPU panel refresh</li>
<li>Mobile DualCore Intel Core i5-5250U, 1600 MHz (16 x 100) (Broadwell-U) <b>306D4</b> CPUID, InstLat, NewMemLat dump + CPUID, GPGPU panel refresh</li>
<li>QuadCore Intel Core i7-5775C, 3700 MHz (37 x 100) (Broadwell-H) <b>40671</b> CPUID, InstLat + CPUID, GPGPU panel refresh</li>
<li>HexaCore Intel Core i7-6850K, 3800 MHz (38 x 100) (Broadwell-E) <b>406F1</b> CPUID, InstLat, NewMemLat + CPUID, GPGPU panel refresh</li>
<li>OctalCore AMD FX-8150, 4200 MHz (21 x 200) (Zambezi) <b>600F12</b> CPUID, InstLat, NewMemLat dump + CPUID, GPGPU panel refresh</li>
<li>OctalCore AMD Ryzen 7 1800X, 3600 MHz (36 x 100) (Summit Ridge) <b>800F11</b> CPUID, InstLat refresh, CPUID, GPGPU panel added</li>
<li>OctalCore AMD Ryzen 7 1700X, 3400 MHz (34 x 100) (Summit Ridge) <b>800F11</b> CPUID, InstLat + CPUID, GPGPU panel added</li>
</ul>
2017.03.07.
<ul>
<li>OctalCore AMD Ryzen7 1800X (Summit Ridge B1) <b>800F11</b> NewMemLat dump added</li>
</ul>
2017.03.06.
<ul>
<li>OctalCore AMD Ryzen7 1800X (Summit Ridge B1) <b>800F11</b> InstLat dump added</li>
</ul>
2017.03.02.
<ul>
<li>OctalCore AMD Zen (Summit Ridge A0 ES) <b>800F00</b> CPUID and InstLat dump added</li>
<li>OctalCore AMD Ryzen7 1800X (Summit Ridge B1) <b>800F11</b> CPUID dump added</li>
<li>CPU comparison chart refreshed to 1.6 (AMD Zen A0 info added, Skylake Xeon is intentionally left blank)</li>
</ul>
2017.02.24.
<ul>
<li>AMD Ryzen Ax ES stepping <b>800F0x</b> and ISA support clarification added</li>
<li>AMD Ryzen Bx production stepping <b>800F1x</b> and ISA support clarification added (<a href=http://www.guru3d.com/news-story/6-core-ryzen-5-1600x-benchmarks-shows-50-faster-then-core-i5-7600k.html>source</a>) </li>
<li>QuadCore Intel Core i7-7700K, 4500 MHz (45 x 100) (Kaby Lake-S) <b>906E9</b> CPUID dump and InstLat dump refresh, MemLat dump + CPUID, C&M, GPGPU panel added</li>
</ul>
2017.02.20.
<ul>
<li>Intel Gemini Lake CPUID <b>706Ax</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
<li>Intel Cannon Lake-H/S project added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
<li>DualCore Intel Pentium 4415U 2300 MHz (23 x 100) (Kaby Lake-U) <b>806E9</b> CPUID dump and ISA info added</li>
<li>DualCore Intel Pentium G4600 3600 MHz (Kaby Lake-S) <b>906E9</b> CPUID dump and ISA info added</li>
</ul>
2017.01.04.
<ul>
<li>QuadCore Intel Core i7-7700K, 4200 MHz (42 x 100) (Kaby Lake-H/S) <b>906E9</b> CPUID and InstLat dump added</li>
</ul>
2016.12.22.
<ul>
<li>CPU comparison chart refreshed to 1.5 (Skylake Xeon cache info, Zen is intentionally blank)</li>
</ul>
2016.12.17.
<ul>
<li>Intel MIC comparison chart 1.1 added (Knights Mill AVX512_VPOPCNTDQ)</li>
</ul>
2016.12.07.
<ul>
<li>Intel MIC comparison chart 1.0 added</li>
</ul>
2016.11.29.
<ul>
<li>QuadCore Intel Celeron N3450, 1100 MHz (Apollo Lake) <b>506C9</b> CPUID dump added</li>
<li>QuadCore Intel Core i5-7600K, 3800 MHz (Kaby Lake-H/S) <b>906E9</b> CPUID dump added</li>
<li>Intel Knights Crest codename added</li>
</ul>
2016.11.15.
<ul>
<li>HexaCore Intel Core i7-6850K, 3600 MHz (36 x 100) (Broadwell-E) <b>406F1</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
</ul>
2016.11.14.
<ul>
<li>QuadCore Intel Celeron J3455, 2200 MHz (22 x 100) (Apollo Lake-D) <b>506C9</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
</ul>
2016.11.07.
<ul>
<li>CPU comparison chart for low power cores 1.1 (Goldmont ROB size, L2 latency added)</li>
</ul>
2016.10.08.
<ul>
<li>Intel Knights Mill <b>8065x</b> CPUID added</li>
</ul>
2016.09.26.
<ul>
<li>QuadCore Intel Pentium N4200 (Apollo Lake) <b>605C9</b> CPUID, InstLat dump added</li>
<li>CPU comparison chart for low power cores 1.0</li>
<li>UMIP, PKU, OSPKU, RDPID, SGX_LC, AVX512_VNNI (Neural-network), AVX512_FMAPS (half precision?) features added</li>
<li>MONITORX, SEV, SME features added</li>
<li>PCOMMIT feature deprecated</li>
</ul>
2016.09.20.
<ul>
<li>AMD Naples codename added</li>
<li>AMD Starship codename added</li>
<li>Intel Gemini Lake codename added</li>
<li>Intel Mercury Lake codename added</li>
</ul>
2016.09.09.
<ul>
<li>QuadCore AMD A12-9800, 4000 MHz (40 x 100) (Bristol Ridge) <b>660F51</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
<li>CPU comparison chart refreshed to 1.4 (Bristol Ridge added)</li>
</ul>
2016.09.05.
<ul>
<li>DualCore Intel Core i5-7200U, 3100 MHz (31 x 100) (KabyLake-U/Y) <b>806E9</b> CPUID dump added</li>
</ul>
2016.08.26.
<ul>
<li>CPU comparison chart refreshed to 1.31 (AMD Zen ROB size correction: 192 entries)</li>
</ul>
2016.08.19.
<ul>
<li>Intel Knights Mill codename added</li>
<li>CPU comparison chart refreshed to 1.3 with new AMD Zen details (64K L1I, 224 entry ROB, dual AES EU)</li>
</ul>
2016.08.16.
<ul>
<li>DualCore AMD A9-9410, 2600 MHz (26 x 100) (Stoney Ridge) <b>670F00</b> CPUID dump added</li>
</ul>
2016.07.07.
<ul>
<li>QuadCore AMD A12-9700P, 3600 MHz (36 x 100) (Bristol Ridge) <b>660F51</b> CPUID dump added</li>
</ul>
2016.07.01.
<ul>
<li>CPU comparison chart refreshed to 1.2 (Intel Knights Landing <b>5067x</b> and Intel Goldmont <b>506Cx</b> added)</li>
</ul>
2016.06.27.
<ul>
<li>Intel Denverton CPUID <b>506Fx</b> revealed <a href=https://patchwork.kernel.org/patch/9145651/>here</a></li>
</ul>
2016.06.09.
<ul>
<li>DualCore Intel Core m3-6Y30 CPU (Skylake-U/Y) <b>406E3</b> CPUID dump added</li>
<li>HexaCore Intel Core i7-6800K, 3400 MHz (34 x 100) (Broadwell-E) <b>406F1</b> CPUID dump added</li>
<li>10-Core Intel Core i7-6950X Extreme Edition, 4300 MHz (43 x 100) (Broadwell-E) <b>406F1</b> CPUID dump added</li>
</ul>
2016.05.05.
<ul>
<li>VIA Eden X4 C4250 (Isaiah CNR) <b>6FE</b> CPUID dump added</li>
</ul>
2016.04.15.
<ul>
<li>Intel Kaby Lake (-U/Y?)<b>806Ex</b> CPUID added</li>
<li>Intel Kaby Lake (-H/S?)<b>906Ex</b> CPUID added</li>
<li>Intel Atom (Goldmont) <b>506Fx</b> CPUID added</li>
<li>Intel Coffee Lake codename added</li>
<li>Intel Glenview codename added</li>
</ul>
2016.04.05.
<ul>
<li>2x 18-Core Intel Xeon E5-2697 v4, 3600 MHz (36 x 100) 45MB L3/socket (Broadwell-E) <b>406F1</b> CPUID dump added</li>
<li>QuadCore AMD A6-6310, 2200 MHz (22 x 100) (Beema) <b>730F01</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
<li>CPU comparison chart added (AMD Zeppelin <b>800F0x</b> preliminary info included)</li>
</ul>
2016.03.29.
<ul>
<li>22-Core Intel Xeon E5-2696 v4, 2800 MHz, 55MB L3 (28 x 100) (Broadwell-E) <b>406F1</b> CPUID dump added</li>
<li>Intel TigerLake codename added</li>
<li>Intel Tick-Tock --> Process-Architecture-Optimization</li>
</ul>
2015.12.17.
<ul>
<li>4x HexaCore Intel Xeon E7450, 2400 MHz (Dunnington) <b>106D1</b> CPUID dump refresh</li>
<li>DualCore Intel Pentium G4400, 3300 MHz (Skylake) <b>506E3</b> CPUID dump added (supported: RDSEED, PT, CLFLUSHOPT, unsupported: AVX, AVX2, FMA, F16C, BMI, BMI2 (VEX-encoded extensions), MPE, SGX, HTT, TSX, ADX)</li>
</ul>
2015.11.30.
<ul>
<li>QuadCore AMD FX-8800P, 2100 MHz (21 x 100) (Carrizo) <b>660F01</b> CPUID, InstLat dump refresh, MemLat dump, C&M, GPGPU panel added</li>
<li><a href=BDZvsPLDvsSTMvsCRZ.txt>Bulldozer vs. Piledriver vs. SteamRoller vs. Carrizo</a> cache info added</li>
</ul>
2015.11.25.
<ul>
<li>Intel BROXTON-P CPUID number <b>506C8</b> revealed <a href=https://bugs.freedesktop.org/show_bug.cgi?id=89602>here</a></li>
<li>Intel SoFIA_LTE_AOSP CPUID number <b>6065x</b> revealed <a href=http://browser.primatelabs.com/geekbench3/4062045>here</a></li>
</ul>
2015.11.10.
<ul>
<li>QuadCore Intel Core i7-5775C, 3300 MHz (33 x 100) (Broadwell-H) <b>40671</b> MemLat dump added</li>
</ul>
2015.11.09.
<ul>
<li>QuadCore Intel Core i7-5775C, 3300 MHz (33 x 100) (Broadwell-H) <b>40671</b> CPUID dump update + CPUID, C&M, GPGPU panel added</li>
<li>GitHub mirror added: <a href=https://github.com/InstLatx64>https://github.com/InstLatx64</a>
</ul>
2015.10.22.
<ul>
<li>DualCore Intel Core i7-6500U, 3100 MHz (31 x 100) <b>406E3</b> CPUID dump added</li>
<li>QuadCore Intel Core i7-6700K, 4000 MHz (40 x 100) <b>506E3</b> CPUID dump + CPUID, C&M, GPGPU panel added</li>
<li>Intel Knights Landing <b>50670</b> cache descriptor 6Ah, 6Bh, 6Dh revealed <a href=http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html>in the 56th edition of the x64 & x86 Software Developer's Manual</a></li>
</ul>
2015.10.09.
<ul>
<li>Intel Knights Landing <b>50670</b> CPUID dump added from <a href=https://software.intel.com/system/files/managed/b4/0d/sde-external-7.31.0-2015-09-25-win.tar.bz2>Intel SDE 7.31</a></li>
<li>AMD Zen <b>800FXX</b> Summit Ridge codename added <a href=https://benchlife.info/amd-apu-platform-will-add-zen-cpu-architecture-in-2017-06182015/>source</a></li>
<li>AMD Zen <b>810FXX</b> Raven Ridge codename added <a href=https://benchlife.info/amd-apu-platform-will-add-zen-cpu-architecture-in-2017-06182015/>source</a></li>
</ul>
2015.10.05.
<ul>
<li>AMD Zen Family number <b>8X0FXX</b> revealed <a href=https://gcc.gnu.org/ml/gcc-patches/2015-09/msg02311.html>here</a></li>
<li>QuadCore AMD FX-8800P, 1400 MHz (14 x 100) (Carrizo) <b>660F01</b> InstLat dump added, normalized, <a href=http://pastebin.com/7A7Chkiu>source</a></li>
<li><a href=BDZvsPLDvsSTMvsCRZ.txt>Bulldozer vs. Piledriver vs. SteamRoller vs. Carrizo</a> excerpt added</li>
</ul>
2015.09.29.
<ul>
<li>QuadCore AMD A8-7670K, 3900 MHz (39 x 100) (Godavari) <b>630F81</b> CPUID dump refresh</li>
</ul>
2015.09.28.
<ul>
<li>AMD Bristol Ridge CPUID <b>660F5X</b> added (<a href=http://www.planet3dnow.de/vbulletin/threads/423691-Was-geht-derzeit-in-AMDs-BIOS-Updates-fuer-Carrizo-ab-kommt-da-ne-neue-APU-oder-gar-Zwei-!?p=5042042&viewfull=1#post5042042>source</a>)</li>
<li>AMD Stoney CPUID <b>670F0X</b> added (<a href=http://www.planet3dnow.de/vbulletin/threads/423691-Was-geht-derzeit-in-AMDs-BIOS-Updates-fuer-Carrizo-ab-kommt-da-ne-neue-APU-oder-gar-Zwei-!?p=5042042&viewfull=1#post5042042>source</a>)</li>
<li>DualCore AMD GX-212JC, 1400 MHz (14 x 100) (Steppe Eagle) <b>730F01</b> CPUID dump added</li>
<li>Via Isaiah <b>6FE</b> ISA info added (AES, AVX, AVX2 <a href=https://www.facebook.com/rise.tw>source</a>)</li>
<li>Intel Pentium Extreme Edition 955 (Presler) <b>F62</b> x64 InstLat dump added</li>
</ul>
2015.08.05.
<ul>
<li>QuadCore Intel Core i5-6400T, 2200 MHz (22 x 100) (Skylake-S) <b>506E3</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
</ul>
2015.08.04.
<ul>
<li>Intel Atom x3-C3230 (SoFIA) <b>506D1</b> CPUID dump added</li>
</ul>
2015.07.17.
<ul>
<li>QuadCore AMD FX-8800P, 2500 MHz (25 x 100) (Carrizo) <b>660F01</b> CPUID dump added</li>
<li>Intel Skylake ES <b>506E0</b> CPUID dump added</li>
<li>Intel Kaby Lake codename added</li>
<li>Intel Ice Lake codename added</li>
</ul>
2015.06.23.
<ul>
<li>QuadCore Intel Celeron N3150, 2083 MHz (26 x 80) (Braswell) <b>406C3</b> CPUID refresh, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
<li><a href=SilvermontVSAirmont.txt>Silvermont vs. Airmont</a> summary added</li>
</ul>
2015.06.04.
<ul>
<li>QuadCore Intel Core i7-5775C (Broadwell-H, Brystal Well) <b>40671</b> CPUID dump added</li>
</ul>
2015.06.02.
<ul>
<li>QuadCore AMD A10-7870K (Godavari) <b>630F81</b> CPUID dump added</li>
</ul>
2015.05.28.
<ul>
<li>AMD Godavari CPUID <b>630F8X</b> added</li>
</ul>
2015.04.27.
<ul>
<li>QuadCore Intel Atom x7-Z8700, 1600MHz (Cherry Trail) <b>406C3</b> CPUID dump added</li>
<li>QuadCore Intel Celeron N3150, 2083 MHz (26 x 80) (Braswell) <b>406C3</b> CPUID dump added</li>
<li>DualCore Intel Celeron N3050, 2166 MHz (27 x 80) (Braswell) <b>406C3</b> CPUID dump added</li>
</ul>
2015.04.17.
<ul>
<li>OctalCore Intel Xeon D-1540, 2000 MHz (20 x 100) (Broadwell-DE) <b>50662</b> CPUID dump added</li>
<li>Intel Skylake Y/U <b>406E2</b> cache info added (<a href=http://browser.primatelabs.com/geekbench3/compare/2344229?baseline=2321402>32KB L1D, 32KB L1I, 256KB L2, 4096 KB L3</a>)</li>
<li>Intel Skylake H/S <b>506E1</b> cache info added (<a href=http://browser.primatelabs.com/geekbench3/compare/2319945?baseline=2344229>32KB L1D, 32KB L1I, 256KB L2, 8192 KB L3</a>)</li>
</ul>
2015.04.07.
<ul>
<li>Intel Skylake Xeon (SKX) CPUID <b>5065x</b> added from <a href=https://software.intel.com/en-us/articles/intel-software-development-emulator>Intel SDE 7.21.0</a></li>
<li>Intel Goldmont (GLM) CPUID <b>506Cx</b> added from <a href=https://software.intel.com/en-us/articles/intel-software-development-emulator>Intel SDE 7.21.0</a></li>
<li>Intel Cannonlake (CNL) CPUID <b>6066x</b> added from <a href=https://software.intel.com/en-us/articles/intel-software-development-emulator>Intel SDE 7.21.0</a></li>
</ul>
2015.04.02.
<ul>
<li>AMD Carrizo <b>660F01</b> cache info added (<a href=http://browser.primatelabs.com/geekbench3/compare/2208190?baseline=2208110>2 x 96 KB L1I, 4 x 32 KB L1D, 2 x 1024 KB L2</a>)</li>
</ul>
2015.03.31.
<ul>
<li>2x 10-Core Intel Xeon E5-2660 v3, 2600 MHz (26 x 100) (Haswell-EP) <b>306F2</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
</ul>
2015.03.26.
<ul>
<li>Mobile DualCore Intel Core i5-5250U, 1600 MHz (16 x 100) (Broadwell-U) <b>306D4</b> CPUID, InstLat, MemLat dump + CPUID, C&M, GPGPU panel added</li>
</ul>
2015.03.24.
<ul>
<li>AMD Zen added with ISA info (<a href=https://sourceware.org/ml/binutils/2015-03/msg00078.html>source</a>)</li>
<li>Via Isaiah <b>6FD</b> added (64KB L1I, 64KB L1D, 1024KB L2 <a href=http://browser.primatelabs.com/geekbench3/compare/183554?baseline=1299151>source</a>)</li>
<li>Via Isaiah <b>6FE</b> added (32KB L1I, 32KB L1D, 2048KB L2 <a href=http://browser.primatelabs.com/geekbench3/compare/1299151?baseline=272097>source</a>)</li>
<li>CLZERO feature added</li>
</ul>
2015.03.10.
<ul>
<li>Intel Xeon D (Broadwell-DE) <b>5066x</b> CPUID added</li>
<li>Intel SoFIA (Smart or Feature phone with Intel Architecture) <b>506Dx</b> CPUID added (<a href=http://browser.primatelabs.com/geekbench3/2026268>source</a>)</li>
<li>Intel Denverton CPUID back to unknown</li>
</ul>
2015.02.26.
<ul>
<li>Intel Atom Z2460 1.6GHz (Medfield) <b>20672</b> CPUID dump added (single thread)</li>
<li>Intel Atom 1.0GHz (Moorefield) <b>506A0</b> CPUID dump added (single thread)</li>
</ul>
2015.02.19.
<ul>
<li>AMD Godavari codename added</li>
<li>AMD Nolan/Carrizo-L codename added</li>
<li>Intel Skylake Xeon (SKX) server added</li>
</ul>
2015.01.23.
<ul>
<li>Intel Knights Landing CPUID <b>5067x</b> added (<a href=http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3c-part-3-manual.pdf>source</a>)</li>
<li>Intel Atom Z34xx, Z35xx, Z8xxx info added</li>
<li>Intel Quark X1xxx <b>590</b> reconstructed CPUID dump added (from <a href=https://software.intel.com/en-us/articles/intel-software-development-emulator>Intel SDE 7.80</a>)</li>
<li>Intel Knights Ferry process corrected 32 -> 45nm</li>
</ul>
2015.01.22.
<ul>
<li>Mobile DualCore Intel Core i7-5500U (Broadwell-ULT) <b>306D4</b> CPUID dump added</li>
</ul>
2015.01.09.
<ul>
<li>Intel Broadwell <b>306D4</b> CPUID panel + GPGPU panel added</li>
</ul>
2015.01.08.
<ul>
<li>Intel Broadwell <b>306D4</b> x64 InstLat Dump + CPUID dump refresh + C&M panel added</li>
<li>"Haswell vs. Broadwell" added</li>
</ul>
2014.12.16.
<ul>
<li>Intel Braswell CPUID <b>406Cx</b> added (<a href=http://browser.primatelabs.com/geekbench3/1304488>source</a>)</li>
<li>2x 18-Core Intel Xeon E5-2699 v3, 2300 MHz (23 x 100) (Haswell-EP) <b>306F2</b> CPUID dump + CPUID panel + C&M panel + GPGPU panel added</li>
</ul>
2014.11.24.
<ul>
<li>Intel Knights Hill 10 nm info added</li>
<li>Intel Liffy Island (LFI) codename added</li>
<li>Intel Seal Beach (SLB) codename added</li>
<li>Feature Set refresh in Comments</li>
</ul>
2014.10.24.
<ul>
<li>DualCore Intel Core M-5Y70 (Broadwell) <b>306D4</b> CPUID dump added</li>
</ul>
2014.10.10.
<ul>
<li>HexaCore Intel Core i7-5820K, 3300 MHz (33 x 100) (Haswell-E) <b>306F2</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump + GPGPU panel added</li>
</ul>
2014.10.06.
<ul>
<li><a href=https://software.intel.com/sites/default/files/managed/59/6a/319433-021.pdf>AVX512IFMA52, AVX512VBMI</a> added for Intel CannonLake</li>
</ul>
2014.09.17.
<ul>
<li>Intel Brystal Well CPUID <b>4067x</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
<li>Intel Skylake Y/U CPUID <b>406Ex</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
<li>Intel Skylake H/S CPUID <b>506Ex</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
</ul>
2014.09.03.
<ul>
<li>Intel CannonLake <a href=https://www.linkedin.com/in/ryancortez4740>Gen10 GPU</a>, <a href=https://www.linkedin.com/in/erannevet>on-die memory</a> info added</li>
</ul>
2014.08.29.
<ul>
<li>OctalCore Intel Core i7-5960X Extreme Edition, 3300 MHz (33 x 100) (Haswell-E)<b>306F2</b> C&M panel added (<a href=http://www.3dnews.ru/900911/>source</a>)</li>
</ul>
2014.08.12.
<ul>
<li>AMD Carrizo CPUID <b>660Fxx</b> added (<a href=http://www.brightsideofnews.com/2014/03/18/exclusive-amds-carrizo-apu-details-leaked-soc-for-the-mainstream/>source</a>)</li>
<li>QuadCore AMD A8-6410, 2200 MHz (22 x 100) (Beema)<b>730Fxx</b> CPUID Dump added</li>
<li>Intel Broadwell-E(NPX) CPUID <b>406Fx</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
<li>Intel Broadwell-DE CPUID <b>5066x</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
</ul>
2014.08.05.
<ul>
<li>QuadCore Intel Atom Z3745, 1866 MHz (14 x 133) (Bay Trail-T) <b>30678</b> CPUID Dump added</li>
</ul>
2014.07.16.
<ul>
<li>OctalCore Intel Atom C2758, 2400 MHz (24 x 100) (Rangeley) <b>406D8</b> CPUID Dump added</li>
<li>QuadCore AMD Athlon 5350, 2046 MHz (20.5 x 100) (Kabini) <b>700F01</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump + GPGPU panel added</li>
</ul>
2014.05.09.
<ul>
<li>QuadCore Intel Celeron J1900, 2000 MHz (24 x 83) (Bay Trail-D) <b>30673</b> GPGPU panel added</li>
</ul>
2014.04.07.
<ul>
<li>QuadCore Intel Core i7-4770R, 3600 MHz (36 x 100) (Crystal Well-DT) <b>30673</b> x64 InstLat Dump + CPUID dump refresh + CPUID panel + C&M panel + New MemLat Dump + GPGPU panel added</li>
</ul>
2014.03.17.
<ul>
<li>QuadCore Intel Celeron J1900, 2000 MHz (24 x 83) (Bay Trail-D) <b>30673</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump added</li>
<li>Goldmont ISA clarification</li>
</ul>
2014.02.24.
<ul>
<li>DualCore Intel Celeron N2820, 2133 MHz (16 x 133) (Bay Trail-M) <b>30673</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump added</li>
</ul>
2014.02.20.
<ul>
<li>Intel Sky Lake CPUID <b>406Ex</b> added (<a href=http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3c-part-3-manual.pdf>source</a>)</li>
<li>Intel Moorefield CPUID <b>506Ax</b> added (<a href=http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3c-part-3-manual.pdf>source</a>)</li>
<li>Intel Denverton CPUID <b>506Dx</b> added (<a href=http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3c-part-3-manual.pdf>source</a>)</li>
</ul>
2014.01.14.
<ul>
<li>QuadCore AMD A10-7850K, 4000 MHz (40 x 100) (Kaveri) <b>630F01</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump + GPGPU panel added</li>
</ul>
2014.01.13.
<ul>
<li>New item: AIDA64 4.00+ GPGPU Benchmark Panel</li>
<li>OctalCore AMD FX-8150, 4200 MHz (21 x 200) (Zambezi) OR-B2 <b>600F12</b> x64 InstLat Dump + CPUID dump + CPUID panel update, C&M panel + New MemLat Dump + GPGPU panel added</li>
<li>QuadCore AMD A10-6800K, 4300 MHz (43 x 100) (Richland) <b>610F31</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump update, GPGPU panel added</li>
<li>QuadCore AMD A4-5000, 1500 MHz (15 x 100) (Kabini) <b>700F01</b> x64 InstLat Dump + CPUID dump + CPUID panel + C&M panel + New MemLat Dump update, GPGPU panel added</li>
<li>HexaCore Intel Core i7-3960X Extreme Edition, 3600 MHz (36 x 100) (Sandy Bridge-E) <b>206D6</b> x64 InstLat Dump + CPUID Dump + CPUID panel update, C&M panel + New MemLat Dump + GPGPU panel added</li>
<li>QuadCore Intel Core i7-4770, 3700 MHz (37 x 100) (Haswell-DT) <b>306C3</b> CPUID dump update, x64 InstLat Dump + CPUID panel + C&M panel + New MemLat Dump + GPGPU panel added</li>
<li>OctalCore Intel Atom C2750, 2400 MHz (24 x 100) (Avoton) <b>406D8</b> GPGPU panel added</li>
</ul>
2013.12.30.
<ul>
<li>Intel Sunset Lake codename added</li>
</ul>
2013.12.16.
<ul>
<li>OctalCore Intel Atom C2750, 2400 MHz (24 x 100) (Avoton) <b>406D8</b> C&M panel added</li>
</ul>
2013.12.13.
<ul>
<li>OctalCore Intel Atom C2750, 2400 MHz (24 x 100) (Avoton) <b>406D8</b> CPUID Dump update + CPUID panel + New MemLat Dump + x64 InstLat Dump added</li>
</ul>
2013.12.02.
<ul>
<li>Intel(R) Atom(TM) CPU C2750 @ 2.40GHz (Avoton) <b>406D8</b> CPUID Dump added</li>
</ul>
2013.11.22.
<ul>
<li>HexaCore Intel Core i7-4930K, 3400 MHz (34 x 100) (Ivy Bridge E) <b>306E4</b> CPUID panel + C&M panel + New MemLat Dump + x64 MemLat Dump + x64 InstLat Dump added</li>
</ul>
2013.11.21.
<ul>
<li>Intel Atom CPU Z3740 @ 1.33GHz (Silvermont) <b>30673</b> CPUID Dump added</li>
<li>Intel "Cannon Lake" codename added</li>
</ul>
2013.11.13.
<ul>
<li>Intel "Knights Hill" codename added</li>
<li>Intel "Sky Lake" <a href=http://www.computerbase.de/news/2013-10/avx-512-nur-fuer-knights-landing-im-vollausbau/>AVX512F, AVX512CD</a> support added</li>
</ul>
2013.10.03.
<ul>
<li>Intel Quark (Clanton) CPUID value <b>590</b> added (<a href=http://www.intel.com/support/galileo/index.htm>source1</a>, <a href=http://www.pcmag.com/article2/0,2817,2424290,00.asp>source2</a>)</li>
</ul>
2013.09.24.
<ul>
<li>Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz (Haswell-ULT) <b>40651</b> CPUID Dump added</li>
</ul>
2013.09.21.
<ul>
<li>Intel Broadwell CPUID value <b>306Dx</b> added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
</ul>
2013.09.18.
<ul>
<li>Mobile QuadCore Intel Core i7-4750HQ (Crystal Well) <b>40661</b> CPUID Dump added</li>
</ul>
2013.08.30.
<ul>
<li>QuadCore AMD Temash, 1400 MHz (14 x 100) <b>700F01</b> CPUID Dump added</li>
</ul>
2013.08.24.
<ul>
<li>Intel "Willow Trail", "Merrifield", "Moorefield", "Morganfield" codenames added (<a href=http://www.digitimes.com/news/a20130821PD203.html>source</a>)</li>
</ul>
2013.08.07.
<ul>
<li>2x 12 core (48 thread) Genuine Intel(R) CPU @ 2.40GHz (Ivy Bridge-EP, Ivytown) <b>306E3</b> CPUID Dump added</li>
</ul>
2013.07.25.
<ul>
<li>Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz (Ivy Bridge-EP, Ivytown) <b>306E4</b> CPUID Dump added</li>
</ul>
2013.07.24.
<ul>
<li>Intel "Goldmont" codename added with ISA extensions</li>
<li>Intel "Knights Landing" codename added with ISA extensions</li>
<li>Intel "Sky Lake" ISA extensions added</li>
<li>Updated Comments with Feature Set clarifications (MPE, PT, SHA, AVX512F, AVX512PF, AVX512RE, AVX512CD)</li>
</ul>
2013.07.23.
<ul>
<li>Intel "Denverton" codename added</li>
</ul>
2013.07.05.
<ul>
<li>Intel Haswell-E(N,P,X) CPUID value <b>306Fx</b> (Grantley?) added (<a href=http://sandpile.org/x86/cpuid.htm>source</a>)</li>
</ul>
2013.07.04.
<ul>
<li>Intel Silvermont CPUID value <b>406Ax</b> (Avoton? Rangeley?) added (<a href=http://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-optimization-manual.html>source</a>)</li>
<li>Intel Silvermont CPUID value <b>406Dx</b> (Avoton? Rangeley?) added (<a href=http://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-optimization-manual.html>source</a>)</li>
</ul>
2013.06.06.
<ul>
<li>QuadCore AMD Richland, 4400 MHz (44 x 100) <b>610F31</b> New MemLat Dump added</li>
<li>QuadCore Intel Xeon E3-1245 v3, 3400 MHz (34 x 100) (Haswell) <b>306C3</b> New MemLat Dump added</li>
<li>QuadCore AMD A4-5000, 1500 MHz (15 x 100) (Kabini) <b>700F01</b> x86, x64 InstLat Dump + CPUID panel update (BMI added), C&M panel + New MemLat Dump added</li>
</ul>
2013.06.05.
<ul>
<li>New items: AIDA64 3.00+ Cache&Memory Benchmark Panel + New MemLat dumps</li>
<li>New items: BMI, BMI2, TBM, AVX2, ADX, SMAP instructions</li>
<li>QuadCore AMD Richland, 4400 MHz (44 x 100) <b>610F31</b> C&M panel added; x86, x64 InstLat Dump update (BMI, TBM added) + CPUID panel + CPUID Dump update</li>
<li>QuadCore Intel Core i7-3770K, 3700 MHz (37 x 100) (Ivy Bridge) <b>306A9</b> CPUID panel + C&M panel + New MemLat Dump + x86, x64 MemLat Dump added; x86, x64 InstLat Dump update</li>
<li>QuadCore Intel Xeon E3-1245 v3, 3400 MHz (34 x 100) (Haswell) <b>306C3</b> CPUID panel + CPUID Dump + C&M panel + x64 MemLat Dump + x86, x64 InstLat Dump added</li>
</ul>
2013.06.04.
<ul>
<li>Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (Haswell) <b>306C3</b> CPUID Dump added</li>
<li>Intel CrystalWell (Haswell + L4 cache) CPUID <b>4066x</b> revealed <a href=http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf>here</a></li>
<li><a href=http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf>Intel64 and IA-32 Architectures Optimization Reference Manual</a> added to the comments</li>
</ul>
2013.05.29.
<ul>
<li>QuadCore AMD A4-5000, 1500 MHz (15 x 100) (Kabini) <b>700F01</b> x86, x64 InstLat Dump + x64 MemLat Dump + CPUID Dump added</li>
</ul>