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 target/14471] Workaround for errata regarding multiplication bug


------- Additional Comments From hp at gcc dot gnu dot org  2004-03-07 22:21 -------
To make the description self-contained here: muls and mulu must not be executed
just before a cache-miss, or a hardware bug may mess up the cache.  No muls/mulu
must come last on a cache-line, or in a delay-slot (that may target another
cache-line).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-07 22:21:13
               date|                            |


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


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