On 4/24/19 12:29 AM, Richard Henderson wrote:
> On 4/23/19 3:09 PM, Philippe Mathieu-Daudé wrote:
>> On 4/23/19 8:37 PM, David Hildenbrand wrote:
>>> On 20.04.19 09:34, Richard Henderson wrote:
Remove a function of the same name from target/arm/.
Use a branchless implementation of abs tha
On 4/23/19 3:09 PM, Philippe Mathieu-Daudé wrote:
> On 4/23/19 8:37 PM, David Hildenbrand wrote:
>> On 20.04.19 09:34, Richard Henderson wrote:
>>> Remove a function of the same name from target/arm/.
>>> Use a branchless implementation of abs that gcc uses for x86.
>>>
>>> Signed-off-by: Richard H
On 4/23/19 8:37 PM, David Hildenbrand wrote:
> On 20.04.19 09:34, Richard Henderson wrote:
>> Remove a function of the same name from target/arm/.
>> Use a branchless implementation of abs that gcc uses for x86.
>>
>> Signed-off-by: Richard Henderson
>> ---
>> tcg/tcg-op.h | 5 +
>>
On 20.04.19 09:34, Richard Henderson wrote:
> Remove a function of the same name from target/arm/.
> Use a branchless implementation of abs that gcc uses for x86.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/tcg-op.h | 5 +
> target/arm/translate.c | 10 --
> tcg/tcg-o
On 4/20/19 9:34 AM, Richard Henderson wrote:
> Remove a function of the same name from target/arm/.
> Use a branchless implementation of abs that gcc uses for x86.
>
> Signed-off-by: Richard Henderson
> ---
> tcg/tcg-op.h | 5 +
> target/arm/translate.c | 10 --
> tcg/tcg-
Remove a function of the same name from target/arm/.
Use a branchless implementation of abs that gcc uses for x86.
Signed-off-by: Richard Henderson
---
tcg/tcg-op.h | 5 +
target/arm/translate.c | 10 --
tcg/tcg-op.c | 20
3 files changed, 25