determineArchitecture

Returns a list of architecture identifiers that apply to the current build.

Example results are ["x86_64"] or ["arm", "arm_softfloat"]. The identifiers correspond to the compiler defined version constants built into the language, except that they are converted to lower case.

string[]
determineArchitecture
()

See Also

determineBuildPlatform

Meta