--
What|Removed |Added
BugsThisDependsOn||23379
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19274
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12
06:07 ---
This has been fixed now, I think by a patch which also fixed PR 13366.
We get the same code for both functions in 32bit mode.
But note in 64bit mode, we get better code for not_eliminated:
not_eliminated:
.L
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-05
18:45 ---
Confirmed, it comes down to the defintion of _mm_set1_ps and
__builtin_ia32_loadss.
--
What|Removed |Added
--