Difference between revisions of "Intel Core Solo (Yonah)"
(CPU U1400 added) |
|||
Line 7: | Line 7: | ||
==Features== | ==Features== | ||
− | *1.66 GHz clock speed | + | *1.2 - 1.66 GHz clock speed |
− | *667 MHz FSB | + | *667 MHz FSB; 533 MHz for ULV CPU |
− | *27 watt thermal design power consumption | + | *5.5 (ultra low voltage) or 27 (normal voltage) watt thermal design power consumption |
*151 Million Transistors | *151 Million Transistors | ||
*65 nm process | *65 nm process | ||
Line 27: | Line 27: | ||
! colspan="10" | Intel Core Solo | ! colspan="10" | Intel Core Solo | ||
|- | |- | ||
− | | T1300 || 1666 || 1000 || 667 || yes || 1.2 || ... || 27 || 13.1 || {{X60}}, {{T60}} | + | | T1300 || 1666 || 1000 || 667 || yes || 1.2 || ... || 27 || 13.1 || {{X60}}, {{T60}} |
+ | |- | ||
+ | | U1400 || 1200 || 800 || 533 || yes || 1.1 || ... || 5.5 || 5 || {{X60t}} | ||
|} | |} | ||
Revision as of 18:20, 1 March 2008
The Intel Core Solo is the successor to the Pentium M processor. The chip uses Intel's 65 nm process (compared to 90 nm for the Pentium M). The Intel Core processors feature a 667 MHz FSB and are shipped as part of the Napa Centrino platform. Features
|
Available Types and ThinkPads featuring them
Nr. | Frequency (MHz) | FSB (MHz) | XD-Bit | core Voltage (V) | TDP (W) | ThinkPad Models | |||
---|---|---|---|---|---|---|---|---|---|
max. | min. | high | low | high | low | ||||
Intel Core Solo | |||||||||
T1300 | 1666 | 1000 | 667 | yes | 1.2 | ... | 27 | 13.1 | X60, T60 |
U1400 | 1200 | 800 | 533 | yes | 1.1 | ... | 5.5 | 5 | X60 Tablet |
Thermal Specifications
The maximum temperature for safe operation is 100 °C.
GCC Optimization Flags
Safe, recommended optimizations for GCC 3.4.x and later:
-pipe -O2 -march=prescott -fomit-frame-pointer
Possibly unsafe optimizations for GCC 3.3.x and later:
-mfpmath=sse
Optimizations likely to break binary-only compatibility:
-ffast-math