On 5/20/19 6:00 AM, Christophe Lyon wrote:
> Hi,
>
> As discussed in the PR, the new cdce3.c test fails on
> arm-linux-gnueabi, and passes on arm-linux-gnueabihf.
>
> On arm-linux-gnueabi, the generated code is:
> .arm
> .fpu softvfp
> .type foo, %function
> foo:
>
Hi,
As discussed in the PR, the new cdce3.c test fails on
arm-linux-gnueabi, and passes on arm-linux-gnueabihf.
On arm-linux-gnueabi, the generated code is:
.arm
.fpu softvfp
.type foo, %function
foo:
b sqrtf
on arm-liunx-gnueabihf, it is:
.arm