This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc extension versus external library


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 than the gcc's one and I heared that gcc extension should be faster than any other linked library! So, what do u think with that? which should be faster?

M. Ahmed


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]