FPU support for aarch64

2014-09-02 Thread Pradeep Kiruvale
Hi All, I am using the linaro tool chain (4.9) to compile some programs on aarch64 simulated platform. But I am facing below erros error: '_FPU_RC_DOWN' undeclared (first use in this function) (_FPU_RC_DOWN | _FPU_RC_UP | _FPU_RC_ZERO | _FPU_RC_NEAREST) Possibly FPU support for the aarch64. I

Re: FPU support for aarch64

2014-09-02 Thread Pradeep Kiruvale
Hi Will, Thanks for the suggestion I will use it. Regards, Pradeep On 2 September 2014 15:34, Will Newton wrote: > On 2 September 2014 14:12, Pradeep Kiruvale > wrote: > > Hi All, > > > > I am using the linaro tool chain (4.9) to compile some programs on > aar