Re: gcc extension versus external library

2012-09-19 Thread Hesham Moustafa
On Tue, Sep 18, 2012 at 5:58 PM, H.J. Lu wrote: > On Tue, Sep 18, 2012 at 8:42 AM, Mohamed Abou Samra > wrote: >> Hi All, >> >> I'd like to know the performance differences between any gcc extension and >> other external library I link it to my code as I linked Intel's DFP library >> to my code

Re: gcc extension versus external library

2012-09-18 Thread H.J. Lu
On Tue, Sep 18, 2012 at 8:42 AM, Mohamed Abou Samra wrote: > Hi All, > > I'd like to know the performance differences between any gcc extension and > other external library I link it to my code as I linked Intel's DFP library > to my code and I used the gcc extension for the DFP in another code

Re: gcc extension versus external library

2012-09-18 Thread Andrew Haley
On 09/18/2012 04:42 PM, Mohamed Abou Samra wrote: > I'd like to know the performance differences between any gcc > extension and other external library I link it to my code as I > linked Intel's DFP library to my code and I used the gcc extension > for the DFP in another code but with the same str

gcc extension versus external library

2012-09-18 Thread Mohamed Abou Samra
Hi All, I'd like to know the performance differences between any gcc extension and other external library I link it to my code as I linked Intel's DFP library to my code and I used the gcc extension for the DFP in another code but with the same structure and I found the Intel's code is faster t