On 19/01/16 14:21, Ramana Radhakrishnan wrote:
On Fri, Jan 15, 2016 at 3:05 PM, Kyrill Tkachov
wrote:
Hi all,
In this PR the ARMv8 vcvt instructions end up being conditionalised when
they don't have a conditional form.
setting the predicable attribute to "no" is not enough. We need to set the
On Fri, Jan 15, 2016 at 3:05 PM, Kyrill Tkachov
wrote:
> Hi all,
>
> In this PR the ARMv8 vcvt instructions end up being conditionalised when
> they don't have a conditional form.
> setting the predicable attribute to "no" is not enough. We need to set the
> "conds" attribute to unconditional as w
Hi all,
In this PR the ARMv8 vcvt instructions end up being conditionalised when they
don't have a conditional form.
setting the predicable attribute to "no" is not enough. We need to set the
"conds" attribute to unconditional as well.
Bootstrapped and tested on arm-none-linux-gnueabihf.
Ok fo