Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-22 Thread Jubi Taneja
Thanks Mathew. Jubi On Mon, Oct 22, 2012 at 2:42 PM, Matthew Gretton-Dann < matthew.gretton-d...@linaro.org> wrote: > On 20 October 2012 09:41, Jubi Taneja wrote: > > Hi Mathew > > > > On Tue, Oct 9, 2012 at 11:37 PM, Matthew Gretton-Dann > > wrote: > >> > >> On 9 October 2012 14:44, Jubi Tane

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-22 Thread Matthew Gretton-Dann
On 20 October 2012 09:41, Jubi Taneja wrote: > Hi Mathew > > On Tue, Oct 9, 2012 at 11:37 PM, Matthew Gretton-Dann > wrote: >> >> On 9 October 2012 14:44, Jubi Taneja wrote: >> > >> > >> > On Tue, Oct 9, 2012 at 5:21 PM, Matthew Gretton-Dann >> > wrote: >> >> >> >> >> /* arm-none-linux-gnueabi-

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-20 Thread Jubi Taneja
Hi Mathew On Tue, Oct 9, 2012 at 11:37 PM, Matthew Gretton-Dann < matthew.gretton-d...@linaro.org> wrote: > On 9 October 2012 14:44, Jubi Taneja wrote: > > > > > > On Tue, Oct 9, 2012 at 5:21 PM, Matthew Gretton-Dann > > wrote: > >> > >> >> /* arm-none-linux-gnueabi-gcc -mcpu=cortex-a15 -mfpu=v

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Matthew Gretton-Dann
On 9 October 2012 14:44, Jubi Taneja wrote: > > > On Tue, Oct 9, 2012 at 5:21 PM, Matthew Gretton-Dann > wrote: >> >> >> /* arm-none-linux-gnueabi-gcc -mcpu=cortex-a15 -mfpu=vfpv4 -S -o- >> >> /tmp/fma.c -mfloat-abi=hard -O2 */ >> >> float f(float a, float b, float c) >> >> { >> >> return a * b

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Jubi Taneja
On Tue, Oct 9, 2012 at 4:39 PM, Peter Maydell wrote: > On 9 October 2012 11:21, Matthew Gretton-Dann > wrote: > > On 9 October 2012 10:37, Jubi Taneja wrote: > >> I wanted to see the difference in objdump of an application where I can > make > >> the difference between the VFPV3 and VFPV4 suppor

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Jubi Taneja
On Tue, Oct 9, 2012 at 5:21 PM, Matthew Gretton-Dann < matthew.gretton-d...@linaro.org> wrote: > On 9 October 2012 11:58, Jubi Taneja wrote: > > Hi Matt, > > > > Thanks for sharing the information. > > > > On Tue, Oct 9, 2012 at 3:51 PM, Matthew Gretton-Dann > > wrote: > >> > >> On 9 October 201

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Jubi Taneja
On Tue, Oct 9, 2012 at 5:16 PM, Mans Rullgard wrote: > On 9 October 2012 12:09, Peter Maydell wrote: > > On 9 October 2012 11:21, Matthew Gretton-Dann > > wrote: > >> On 9 October 2012 10:37, Jubi Taneja wrote: > >>> I wanted to see the difference in objdump of an application where I > can make

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Matthew Gretton-Dann
On 9 October 2012 11:58, Jubi Taneja wrote: > Hi Matt, > > Thanks for sharing the information. > > On Tue, Oct 9, 2012 at 3:51 PM, Matthew Gretton-Dann > wrote: >> >> On 9 October 2012 10:37, Jubi Taneja wrote: >> > Hi All, >> > >> > I wanted to see the difference in objdump of an application wh

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Matthew Gretton-Dann
On 9 October 2012 12:09, Peter Maydell wrote: > On 9 October 2012 11:21, Matthew Gretton-Dann > wrote: >> On 9 October 2012 10:37, Jubi Taneja wrote: >>> I wanted to see the difference in objdump of an application where I can make >>> the difference between the VFPV3 and VFPV4 support. I tried e

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Mans Rullgard
On 9 October 2012 12:09, Peter Maydell wrote: > On 9 October 2012 11:21, Matthew Gretton-Dann > wrote: >> On 9 October 2012 10:37, Jubi Taneja wrote: >>> I wanted to see the difference in objdump of an application where I can make >>> the difference between the VFPV3 and VFPV4 support. I tried e

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Peter Maydell
On 9 October 2012 11:21, Matthew Gretton-Dann wrote: > On 9 October 2012 10:37, Jubi Taneja wrote: >> I wanted to see the difference in objdump of an application where I can make >> the difference between the VFPV3 and VFPV4 support. I tried enabling the >> flag -mfpu=vfpv3 and -mfpu=vfpv4 for AR

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Jubi Taneja
Hi Matt, Thanks for sharing the information. On Tue, Oct 9, 2012 at 3:51 PM, Matthew Gretton-Dann < matthew.gretton-d...@linaro.org> wrote: > On 9 October 2012 10:37, Jubi Taneja wrote: > > Hi All, > > > > I wanted to see the difference in objdump of an application where I can > make > > the di

Re: Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Matthew Gretton-Dann
On 9 October 2012 10:37, Jubi Taneja wrote: > Hi All, > > I wanted to see the difference in objdump of an application where I can make > the difference between the VFPV3 and VFPV4 support. I tried enabling the > flag -mfpu=vfpv3 and -mfpu=vfpv4 for ARM Cortex A15 toolchain in my test > code but ca

Test Case to verify the support of VFPV3 and VFPV4

2012-10-09 Thread Jubi Taneja
Hi All, I wanted to see the difference in objdump of an application where I can make the difference between the VFPV3 and VFPV4 support. I tried enabling the flag -mfpu=vfpv3 and -mfpu=vfpv4 for ARM Cortex A15 toolchain in my test code but cannot see the difference in two objdumps. According to m