Files
ppsspp/libretro
Eric Warmenhoven 58eaf56c5e libretro: build fix
gcc9 and the version of msvc19 that the libretro builders use don't
have _mm_storeu_si32. Using _m_cvtsi128_si32 followed by memcpy is
picked up by compilers that support _mm_storeu_si32 as being the same
and they generate the same assembly, so this is no harm to them.
2026-01-28 00:15:35 -05:00
..
2026-01-18 23:51:08 +02:00
2026-01-28 00:15:35 -05:00
2022-11-24 12:42:38 -04:00