qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Hexagon (target/hexagon) fix typo in comment


From: Laurent Vivier
Subject: Re: [PATCH] Hexagon (target/hexagon) fix typo in comment
Date: Fri, 30 Apr 2021 18:57:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Le 15/03/2021 à 10:28, Philippe Mathieu-Daudé a écrit :
> On 3/15/21 5:55 AM, Taylor Simpson wrote:
>> Signed-of-by: Taylor Simpson <tsimpson@quicinc.com>
> 
> 'git-commit -s' flag add the S-o-b line automatically ;)
> 
> Otherwise:
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> 
>> ---
>>  target/hexagon/op_helper.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/target/hexagon/op_helper.c b/target/hexagon/op_helper.c
>> index 9f19007..7361a07 100644
>> --- a/target/hexagon/op_helper.c
>> +++ b/target/hexagon/op_helper.c
>> @@ -297,7 +297,7 @@ int32_t HELPER(fcircadd)(int32_t RxV, int32_t offset, 
>> int32_t M, int32_t CS)
>>  }
>>  
>>  /*
>> - * Hexagon FP operations return ~0 insteat of NaN
>> + * Hexagon FP operations return ~0 instead of NaN
>>   * The hex_check_sfnan/hex_check_dfnan functions perform this check
>>   */
>>  static float32 hex_check_sfnan(float32 x)
>>
> 
> 

Applied to my trivial-patches branch (with the fixed S-o-b)

Thanks,
Laurent




reply via email to

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