Difference between revisions of "Intel Core Solo (Yonah)"
m |
(→GCC Optimization Flags) |
||
Line 34: | Line 34: | ||
==GCC Optimization Flags== | ==GCC Optimization Flags== | ||
+ | Safe, recommended optimizations for GCC 3.4.x and later: | ||
+ | -pipe -O2 -march=pentium-m -msse3 -fomit-frame-pointer | ||
+ | |||
+ | Possibly unsafe optimizations for GCC 3.3.x and later: | ||
+ | -mfpmath=sse | ||
+ | |||
+ | Optimizations likely to break binary-only compatibility: | ||
+ | -ffast-math | ||
==See also== | ==See also== |
Revision as of 13:11, 28 February 2006
Intel Core Solo (Yonah)The Intel Core Solo is the successor of the Pentium M processor. The structures were shrinked again to 65 nm. The Intel Core processors feature a 667 MHz FSB and accompany 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 |
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=pentium-m -msse3 -fomit-frame-pointer
Possibly unsafe optimizations for GCC 3.3.x and later:
-mfpmath=sse
Optimizations likely to break binary-only compatibility:
-ffast-math