This is the mail archive of the gcc-patches@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]

Re: MIPS 74K support patch



On Apr 13, 2007, at 12:14 PM, Joseph S. Myers wrote:


On Fri, 13 Apr 2007, Eric Christopher wrote:

+/* Integer multiply-accumulate instructions should be generated. */
+#define GENERATE_MADD_MSUB (ISA_HAS_MADD_MSUB && !TUNE_74K)

This has me curious though...

The original patch had much more complicated changes to discourage use of
these instructions conditional on TARGET_74K. This is a simpler approach
and it's clearly a tuning matter so TUNE_74K rather than TARGET_74K is
appropriate.

Right.


*reads* Hunh. Ok. Weird though.

-eric


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