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: long long performance


dewar@gnat.com (Robert Dewar) writes:

  It is interesting to wonder if you can do better on the x86 by using
  the floating-point unit for the 64-bit integer multiply unit.
  
You hardly can.  The three necessary conversions are very costly.

-- 
Torbjörn

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