Converts CPU architecture identifier to string
Source position: fpmkunit.pp line 1681
function CPUToString( |
CPU: TCpu |
):string; |
CPU |
|
CPU architecture identifier to convert |
String representation of the CPU architecture
CPUToString converts a CPU architecture identifier enumeration value to its string representation. This function provides human-readable names for CPU architectures used in build configuration.
The string representation is useful for logging, configuration files, and user interface display of architecture-specific information within the build system.