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]

Re: FOUND! PA2.0 float performance problem


If you are working with floats, this results in a lot of conversion
instructions, which can easily result in a 2X slowdown in our case.  The
hpux 9.05 C++ compiler does this by default, which is one of the reasons
that egcs and other compilers show a huge performance gain over it.

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research


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