Ejemplo n.º 1
0
 public bool IsInstructionSetExplicitlyUnsupported(InstructionSet instructionSet)
 {
     return(_unsupportedInstructionSets.HasInstructionSet(instructionSet));
 }
Ejemplo n.º 2
0
 public bool IsInstructionSetSupported(InstructionSet instructionSet)
 {
     return(_supportedInstructionSets.HasInstructionSet(instructionSet));
 }