rpms/gcc/devel gcc41-i386-tune-geode.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 20 18:02:53 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/gcc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25391

Modified Files:
	gcc41-i386-tune-geode.patch 
Log Message:
4.1.1-24

gcc41-i386-tune-geode.patch:
 geode.md |  153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 i386.c   |   87 ++++++++++++++++++++++++++++++-----
 i386.h   |   34 +++++++++-----
 i386.md  |    3 -
 4 files changed, 251 insertions(+), 26 deletions(-)

Index: gcc41-i386-tune-geode.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-i386-tune-geode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-i386-tune-geode.patch	16 Aug 2006 18:08:42 -0000	1.1
+++ gcc41-i386-tune-geode.patch	20 Sep 2006 18:02:51 -0000	1.2
@@ -225,9 +225,9 @@
     compilation setting as well.  However in current implementation the
     partial register stalls are not eliminated very well - they can
 @@ -745,14 +801,14 @@ const int x86_use_sahf = m_PPRO | m_K6 |
-    with partial reg. dependencies used by Athlon/P4 based chips, it is better
     to leave it off for generic32 for now.  */
  const int x86_partial_reg_stall = m_PPRO;
+ const int x86_partial_flag_reg_stall = m_GENERIC;
 -const int x86_use_himode_fiop = m_386 | m_486 | m_K6;
 +const int x86_use_himode_fiop = m_386 | m_486 | m_K6_GEODE;
  const int x86_use_simode_fiop = ~(m_PPRO | m_ATHLON_K8 | m_PENT | m_GENERIC);




More information about the fedora-cvs-commits mailing list