Skip to content

Commit

Permalink
That TODO was already done
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Feb 7, 2025
1 parent d6a2f6b commit 8010f74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/inteli/avx2intrin.d
Original file line number Diff line number Diff line change
Expand Up @@ -1930,8 +1930,6 @@ unittest
assert(R.array == correct);
}

// TODO __m256i _mm256_maddubs_epi16 (__m256i a, __m256i b) pure @safe

/// Vertically multiply each unsigned 8-bit integer from `a` with the corresponding
/// signed 8-bit integer from `b`, producing intermediate signed 16-bit integers.
/// Horizontally add adjacent pairs of intermediate signed 16-bit integers,
Expand Down

0 comments on commit 8010f74

Please sign in to comment.