Skip to content

Commit

Permalink
Fix copy/paste comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Feb 8, 2024
1 parent 7308adf commit b893999
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ static T VectorizedSmall(ref T xRef, nuint remainder)
{
return VectorizedSmall2(ref xRef, remainder);
}
if (sizeof(T) == 4)
else if (sizeof(T) == 4)
{
return VectorizedSmall4(ref xRef, remainder);
}
Expand All @@ -875,7 +875,7 @@ static T VectorizedSmall1(ref T xRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -1046,7 +1046,7 @@ static T VectorizedSmall2(ref T xRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -2023,7 +2023,7 @@ static T VectorizedSmall1(ref T xRef, ref T yRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -2200,7 +2200,7 @@ static T VectorizedSmall2(ref T xRef, ref T yRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -3791,7 +3791,7 @@ static void VectorizedSmall1(ref TInput xRef, ref TOutput dRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -3959,7 +3959,7 @@ static void VectorizedSmall2(ref TInput xRef, ref TOutput dRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -5103,7 +5103,7 @@ static void VectorizedSmall1(ref T xRef, ref T dRef, nuint remainder, TStatefulU

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -5271,7 +5271,7 @@ static void VectorizedSmall2(ref T xRef, ref T dRef, nuint remainder, TStatefulU

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -6641,7 +6641,7 @@ static void VectorizedSmall1(ref T xRef, ref T yRef, ref T dRef, nuint remainder

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -6829,7 +6829,7 @@ static void VectorizedSmall2(ref T xRef, ref T yRef, ref T dRef, nuint remainder

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -7987,7 +7987,7 @@ static void VectorizedSmall1(ref T xRef, T y, ref T dRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -8179,7 +8179,7 @@ static void VectorizedSmall2(ref T xRef, T y, ref T dRef, nuint remainder)

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -9434,7 +9434,7 @@ static void VectorizedSmall1(ref T xRef, ref T yRef, ref T zRef, ref T dRef, nui

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -9642,7 +9642,7 @@ static void VectorizedSmall2(ref T xRef, ref T yRef, ref T zRef, ref T dRef, nui

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -10897,7 +10897,7 @@ static void VectorizedSmall1(ref T xRef, ref T yRef, T z, ref T dRef, nuint rema

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -11109,7 +11109,7 @@ static void VectorizedSmall2(ref T xRef, ref T yRef, T z, ref T dRef, nuint rema

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down Expand Up @@ -12376,7 +12376,7 @@ static void VectorizedSmall1(ref T xRef, T y, ref T zRef, ref T dRef, nuint rema

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 63:
case 62:
case 61:
Expand Down Expand Up @@ -12588,7 +12588,7 @@ static void VectorizedSmall2(ref T xRef, T y, ref T zRef, ref T dRef, nuint rema

switch (remainder)
{
// Two Vector128's worth of data, with at least one element overlapping.
// Two Vector256's worth of data, with at least one element overlapping.
case 31:
case 30:
case 29:
Expand Down

0 comments on commit b893999

Please sign in to comment.