1 write to IsArmel
crossgen2 (1)
Crossgen2RootCommand.cs (1)
372
IsArmel
= true;
1 reference to IsArmel
crossgen2 (1)
Program.cs (1)
103
var targetDetails = new TargetDetails(targetArchitecture, targetOS, Crossgen2RootCommand.
IsArmel
? TargetAbi.NativeAotArmel : TargetAbi.NativeAot, instructionSetSupport.GetVectorTSimdVector());