This is the mail archive of the gcc-bugs@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]

[Bug optimization/13958] Conversion from unsigned to double is painfully slow on P4


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-03 13:11 -------
foo1:
2.870u 0.010s 0:03.28 87.8%     0+0k 0+0io 72pf+0w

foo2:
0.310u 0.000s 0:00.30 103.3%    0+0k 0+0io 70pf+0w

foo3 (your recommended way):
0.430u 0.000s 0:00.43 100.0%    0+0k 0+0io 70pf+0w

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-02-01 19:21:54         |2004-05-03 13:11:14
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13958


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