From e25257a0431ef475e5106f7534319b161b81fcae Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 22 Aug 2022 15:57:38 -0400 Subject: windows buildable; needs debugging --- bitmap_calls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitmap_calls.cpp') diff --git a/bitmap_calls.cpp b/bitmap_calls.cpp index f37f493..46f0c31 100644 --- a/bitmap_calls.cpp +++ b/bitmap_calls.cpp @@ -249,7 +249,7 @@ Bitmap_StencilAlpha(void *Input, void *Output, uint16 BytesPerPixel, uint64 Tota uint64 RemainderBytes = TotalBytes % ByteOffset; __m256i AlphaBytes = _mm256_set1_epi32(0x00FFFFFF); - __m256 Zeroi = _mm256_set1_epi32(0); + __m256i Zeroi = _mm256_set1_epi32(0); while (bytes <= TotalBytes - RemainderBytes) { uint8 *Pixel = (uint8 *)Row + bytes; -- cgit v1.2.3