Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

CPUSToString

Converts set of CPU architectures to string

Declaration

Source position: fpmkunit.pp line 1682

function CPUSToString(

  CPUS: TCPUS

):string;

Arguments

CPUS

  

Set of CPU architectures to convert

Function result

String representation of CPU architectures set

Description

CPUSToString converts a set of CPU architecture identifiers to a comma-separated string representation. This function provides a readable format for displaying multiple CPU architecture targets.

The string representation is used when logging supported architectures and configuration display.


Documentation generated on: Dec 15 2025