Difference between revisions of "Intel Mobile Celeron (3)"
(changed category) |
|||
(19 intermediate revisions by 11 users not shown) | |||
Line 3: | Line 3: | ||
|style="vertical-align:top" | | |style="vertical-align:top" | | ||
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;"> | <div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;"> | ||
− | ===Intel Mobile Pentium III-M | + | ===Intel Mobile Celeron (3) === |
+ | The third Celeron line was based on the [[Intel Mobile Pentium III-M|Tualatin]] core and the performance gap towards it's [[Intel Mobile Pentium III-M|Pentium partner]] at same frequency was the lowest of all Celerons generations. | ||
+ | |||
===Features=== | ===Features=== | ||
*650-1333 MHz tact | *650-1333 MHz tact | ||
Line 12: | Line 14: | ||
*2x 16 KB L1-Cache | *2x 16 KB L1-Cache | ||
*256 KB L2-Cache | *256 KB L2-Cache | ||
− | *QuickStart, Deeper Sleep | + | *[[QuickStart and Deeper Sleep|QuickStart]], [[QuickStart and Deeper Sleep|Deeper Sleep]] |
− | *[[MMX]], [[SSE]] instruction sets | + | *[[SIMD|MMX]], [[SIMD|SSE]] instruction sets |
</div> | </div> | ||
|} | |} | ||
Line 19: | Line 21: | ||
==Available Types and ThinkPads featuring them== | ==Available Types and ThinkPads featuring them== | ||
{| border=1 cellspacing=0 cellpadding=2 | {| border=1 cellspacing=0 cellpadding=2 | ||
− | ! | + | |- style="background:#ffdead;" |
+ | ! Frequency (MHz) !! Bus Speed (MHz) !! VCore (V) !! TDP (W) !! ThinkPad Models | ||
+ | |- style="background:#efefef;" | ||
+ | ! colspan=5 | Mobile Celeron | ||
|- | |- | ||
− | + | | 1333 || 133 || 1.50 || 19.0 || | |
|- | |- | ||
− | | | + | | 1200 || 133 || 1.45 || 24.4 || {{R31}} |
|- | |- | ||
− | | | + | | 1133 || 133 || 1.45 || 23.8 || {{R31}} |
|- | |- | ||
− | | | + | | 1066 || 133 || 1.45 || 23.2 || {{R31}} |
|- | |- | ||
− | | | + | | 1000 || 133 || 1.40 || 22.0 || |
+ | |- style="background:#efefef;" | ||
+ | ! colspan=5 | Mobile Celeron (Low Voltage) | ||
|- | |- | ||
− | | | + | | 866 || 133 || 1.15 || 9.6 || |
|- | |- | ||
− | + | | 733 || 133 || 1.15 || 11.2 || | |
|- | |- | ||
− | | | + | | 667 || 133 || 1.15 || 10.7 || |
|- | |- | ||
− | | | + | | 650 || 100 || 1.15 || 10.6 || |
+ | |- style="background:#efefef;" | ||
+ | ! colspan=5 | Mobile Celeron (Ultra Low Voltage) | ||
|- | |- | ||
− | | | + | | 800 || 133 || 1.10 || 7.0 || |
|- | |- | ||
− | | | + | | 733 || 133 || 1.10 || 7.0 || |
|- | |- | ||
− | + | | 700 || 100 || 1.10 || 7.0 || | |
|- | |- | ||
− | | | + | | 667 || 133 || 1.10 || 7.0 || |
|- | |- | ||
− | | | + | | 650 || 100 || 1.15 || 7.0 || |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Line 60: | Line 63: | ||
==GCC Optimization Flags== | ==GCC Optimization Flags== | ||
You should use the following if you have a Mobile Celeron 3: | You should use the following if you have a Mobile Celeron 3: | ||
− | - | + | -O2 -march=pentium3 -fomit-frame-pointer -pipe |
− | |||
− | [[Category: | + | [[Category:CPUs]] |
Latest revision as of 15:51, 22 January 2021
Intel Mobile Celeron (3)The third Celeron line was based on the Tualatin core and the performance gap towards it's Pentium partner at same frequency was the lowest of all Celerons generations. Features
|
Available Types and ThinkPads featuring them
Frequency (MHz) | Bus Speed (MHz) | VCore (V) | TDP (W) | ThinkPad Models |
---|---|---|---|---|
Mobile Celeron | ||||
1333 | 133 | 1.50 | 19.0 | |
1200 | 133 | 1.45 | 24.4 | R31 |
1133 | 133 | 1.45 | 23.8 | R31 |
1066 | 133 | 1.45 | 23.2 | R31 |
1000 | 133 | 1.40 | 22.0 | |
Mobile Celeron (Low Voltage) | ||||
866 | 133 | 1.15 | 9.6 | |
733 | 133 | 1.15 | 11.2 | |
667 | 133 | 1.15 | 10.7 | |
650 | 100 | 1.15 | 10.6 | |
Mobile Celeron (Ultra Low Voltage) | ||||
800 | 133 | 1.10 | 7.0 | |
733 | 133 | 1.10 | 7.0 | |
700 | 100 | 1.10 | 7.0 | |
667 | 133 | 1.10 | 7.0 | |
650 | 100 | 1.15 | 7.0 |
Thermal Specifications
GCC Optimization Flags
You should use the following if you have a Mobile Celeron 3:
-O2 -march=pentium3 -fomit-frame-pointer -pipe