Hello everyone!
I made some addition to Horde3D - CPU name and speed getting. If this will be very interesting for someone, who uses Horde3D or may be other engine - code works everywhere and it not bounded only to one engine. One exception - I don't have GCC or MinGW compiler, Linux or MacOSX on my computer - I can't check for cross-platform/cross-compiler support.
If you want to write CPU information in log just write that where you need:
Code:
Modules::log().writeInfo( CPUCode::GetCPUString().c_str() );