This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Where have all the conditional moves gone?
- From: "Piotr Wyderski" <piotr dot wyderski at wp dot pl>
- To: <gcc at gcc dot gnu dot org>
- Date: Sat, 20 Aug 2005 12:31:17 +0200
- Subject: Where have all the conditional moves gone?
Hello,
I have disassembled my program produced by g++ 4.0.0
and I see a very strange behaviour -- the compiler doesn't
generate cmov-s (-O3 -march=pentium3). G++ 3.4 generates
them. So, how can I reactivate cmov-s in the newest version
of the compiler? fif-conversion doesn't work...
Best regards
Piotr Wyderski