Skip to content

Commit 7f5ac33

Browse files
committed
remove unused function
1 parent 55a3dcf commit 7f5ac33

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src_c/simd_blitters_sse2.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@ pg_neon_at_runtime_but_uncompiled()
140140
dstp = (Uint32 *)dstp128 + dstskip; \
141141
}
142142

143-
static inline __m128i
144-
pg_mm_blendv_epi8(__m128i a, __m128i b, __m128i mask)
145-
{
146-
return _mm_or_si128(_mm_and_si128(mask, b), _mm_andnot_si128(mask, a));
147-
}
148-
149143
#define DO_SSE2_DIV255_U16(MM128I) \
150144
_mm_srli_epi16(_mm_mulhi_epu16(MM128I, _mm_set1_epi16((short)0x8081)), 7);
151145

0 commit comments

Comments
 (0)