This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13958] Conversion from unsigned to double is painfully slow on P4
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2004 13:11:15 -0000
- Subject: [Bug optimization/13958] Conversion from unsigned to double is painfully slow on P4
- References: <20040201141127.13958.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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