Set containing all supported CPU architectures
Source position: fpmkunit.pp line 237
const AllCPUs = [Low(TCPU)..High(TCPU)]; |
Constant set containing all CPU architectures supported by the Free Pascal Compiler. Used for platform-independent operations or when checking CPU compatibility across all architectures.