Exemplo n.º 1
0
 /// <summary>
 /// Appends the given vector length suffix.
 /// </summary>
 /// <param name="vectorLength">The vector length.</param>
 public void AppendVectorSuffix(int vectorLength) =>
 AppendSuffix(PTXInstructions.GetVectorOperationSuffix(vectorLength));