string getCPUBrand()
Gets CPU brand string.
Example:
auto brand = getCPUBrand(); writeln("CPU: ", brand);