Re: ARMV8 gcc toolchain issue while compiling for a foundation model

2013-03-21 Thread pavan p m
Hi Chen, The new toolchain worked :) Thanks a lot for your help. ~Pavan On 21 March 2013 02:36, Zhenqiang Chen wrote: > On 20 March 2013 14:06, pavan p m wrote: > > Hello, > > I am having an issue with using the gcc toolchain for armv8. I am trying > to > > cross compile a simple program (hel

Re: LLVM ARM NEON VMUL.f32

2013-03-21 Thread Renato Golin
On 21 March 2013 12:57, Ramana Radhakrishnan wrote: > This was the reason GCC disabled vectorization for a lot of fp operations > for neon when in strict IEEE754 conformance mode for the ARM port which is > the default. And I suspect you want LLVM to as well if it already doesn't :) > > http://gcc

RE: LLVM ARM NEON VMUL.f32

2013-03-21 Thread Ramana Radhakrishnan
> -Original Message- > From: linaro-toolchain-boun...@lists.linaro.org [mailto:linaro- > toolchain-boun...@lists.linaro.org] On Behalf Of Mans Rullgard > Sent: 20 March 2013 14:17 > To: Renato Golin > Cc: Kristof Beyls; Linaro Toolchain; Tim Northover > Subject: Re: LLVM ARM NEON VMUL.f32

Re: ARMV8 gcc toolchain issue while compiling for a foundation model

2013-03-21 Thread Zhenqiang Chen
On 20 March 2013 14:06, pavan p m wrote: > Hello, > I am having an issue with using the gcc toolchain for armv8. I am trying to > cross compile a simple program (helloworld.c) as suggested in the link > :https://wiki.linaro.org/HowTo/HelloAarch64. > > But when I try executing the binary on the sim

ARMV8 gcc toolchain issue while compiling for a foundation model

2013-03-21 Thread pavan p m
Hello, I am having an issue with using the gcc toolchain for armv8. I am trying to cross compile a simple program (helloworld.c) as suggested in the link : https://wiki.linaro.org/HowTo/HelloAarch64. But when I try executing the binary on the simulated armv8 (using foundation model), I am getting