load_unaligned_u32: use an int w/_mm_cvtsi32_si128
authorJames Zern <jzern@google.com>
Tue, 16 Aug 2022 23:52:06 +0000 (16:52 -0700)
committerJames Zern <jzern@google.com>
Wed, 17 Aug 2022 01:25:08 +0000 (18:25 -0700)
commitd939886809d1bf8428d7bfb515fa8ff544c44fe7
tree522409599ee071e4e6cbd5be6d62ec1cb857366c
parentc1fb6c6624072cef4785689d4f3ec02bff52266d
load_unaligned_u32: use an int w/_mm_cvtsi32_si128

this matches the type of the function parameter; quiets integer
sanitizer warnings of the form:
implicit conversion from type 'uint32_t' (aka 'unsigned int') of value
3215646151 (32-bit, unsigned) to type 'int' changed the value to
-1079321145 (32-bit, signed)

Bug: b/229626362
Change-Id: Ia9a5dc5e1f57cbf4f8f8fa457bb674ef43369d37
vpx_dsp/x86/mem_sse2.h