I use the sensors on my Asus A7V motherboard to monitor the temperature, and speed of the heatsink fan.
Contents of/proc/cpuinfo:
processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 4 model name : AMD Athlon(tm) Processor stepping : 2 cpu MHz : 807.290 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow bogomips : 1589.24
I use the followering CFLAGS/CXXFLAGS:
NOTE! Adapt the settings to your system/CPU!CFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer -ffast-math
-fforce-addr -maccumulate-outgoing-args -ftracer"
CXXFLAGS="${CFLAGS}"I use the sensors on the Asus CUSL2 motherboard to monitor the temperature, and speed of the heatsink fan.
Contents of/proc/cpuinfo:
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 8 model name : Pentium III (Coppermine) stepping : 6 cpu MHz : 804.170 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 1589.24
I use the followering CFLAGS/CXXFLAGS:
NOTE! Adapt the settings to your system/CPU!CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"/proc/cpuinfo (running at 1GHz using Cool'N'Quiet max speed 2.2GHz):
processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 47 model name : AMD Athlon(tm) 64 Processor 3500+ stepping : 2 cpu MHz : 1004.642 cache size : 512 KB fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm bogomips : 2010.58 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc
I use the followering CFLAGS/CXXFLAGS:
NOTE! Adapt the settings to your system/CPU!CFLAGS="-march=athlon64 -pipe -O3 -ffast-math"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"