[PATCH v2 3/3] msvcrt: Add an SSE2 memset_aligned_32 implementation.

Piotr Caban piotr.caban at gmail.com
Tue Sep 14 05:49:14 CDT 2021


On 9/14/21 11:05 AM, Rémi Bernon wrote:
> +#ifdef __i386__
#if defined(__i386__) && defined(__SSE2__)
> +    if (sse2_supported)
> +#endif
> +    {
> +        unsigned int c = v;
> +        __asm__ __volatile__ (

Thanks,
Piotr



More information about the wine-devel mailing list