qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/mips: Add MAC2008 support


From: Jiaxun Yang
Subject: Re: [PATCH] target/mips: Add MAC2008 support
Date: Sun, 29 Mar 2020 08:05:37 +0800
User-agent: K-9 Mail for Android


于 2020年3月29日 GMT+08:00 上午3:09:16, Richard Henderson <address@hidden> 写到:
>On 3/28/20 2:08 AM, Jiaxun Yang wrote:
>> -            gen_helper_float_madd_s(fp2, cpu_env, fp0, fp1, fp2);
>> +            if (ctx->mac2008) {
>> +                gen_helper_float_madd_s(fp2, cpu_env, fp0, fp1,
>fp2);
>> +            } else {
>> +                gen_helper_float_maddf_s(fp2, cpu_env, fp0, fp1,
>fp2);
>> +            }
>>  
>
>Surely this test is backward, that mac2008 invokes maddf.

 Sorry for my stupid fault.
Will fix in v2.

>
>
>r~

-- 
Jiaxun Yang



reply via email to

[Prev in Thread] Current Thread [Next in Thread]