[feature/sse4-horizontal-add] Replaced _mm_shuffle_epi32 + _mm_add_epi64 to _mm_hadd_epi32 #1

Merged
enbay merged 1 commit from feature/sse4-horizontal-add into main 2025-10-21 00:12:48 +09:00
Owner

[Replace SSE2 version of dot product to SSE4 version (Horizontal add)]

  • SSE4 supports integer horizontal add (_mm_add_epi32)
  • There is no reason to use this.
  • No performance improvement, but more readibility
**[Replace SSE2 version of dot product to SSE4 version (Horizontal add)]** - SSE4 supports integer horizontal add (_mm_add_epi32) - There is no reason to use this. - No performance improvement, but more readibility
enbay merged commit 01bb15f870 into main 2025-10-21 00:12:48 +09:00
enbay deleted branch feature/sse4-horizontal-add 2025-10-21 00:12:48 +09:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
enbay/mpp!1
No description provided.