[PATCH v2] msvcrt: Rename __libm_sse2_* functions to fix compilation when using Intel compiler.

Paul Gofman gofmanp at gmail.com
Tue Dec 22 05:15:53 CST 2015


Oh, sorry for that. I've resent the patch, looks OK now.

On 12/22/2015 01:42 PM, Piotr Caban wrote:
> On 12/22/15 11:23, Paul Gofman wrote:
>> +void __cdecl MSVCRT___libm_sse2_atan2(void)
>>   {
>>       double d1, d2;
>>       __asm__ __volatile__( "movq %%xmm0,%0; movq %%xmm1,%1 " : "=m"
>> (d1), "=m" (d2) );
>> @@ -2046,7 +2046,7 @@ void __cdecl __libm_sse2_atan2(void)
>
> Your mail client wraps the lines:
> Applying: msvcrt: Rename __libm_sse2_* functions to fix compilation when using Intel compiler.
> fatal: patch fragment without header at line 394: @@ -2046,7 +2046,7 @@ void __cdecl __libm_sse2_atan2(void)
>
> Thanks,
> Piotr
>




More information about the wine-devel mailing list