Converts string to CPU architecture set
Source position: fpmkunit.pp line 1687
function StringToCPUS( |
const S: string |
):TCPUS; |
S |
|
String representation of CPU architectures |
CPU architecture set from string
StringToCPUS converts a comma-separated string of CPU architectures to a set of CPU identifier enumerations. This function enables parsing of multiple CPU architecture targets from configuration strings.
The function processes comma-separated architecture names and builds a set containing all valid CPU architecture identifiers found in the input string.