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



Tested with -mtune=74kf with cross to mips-none-linux-gnu. OK to commit?

Note: the inclusion of this patch needs approval from MIPS as well as
from a MIPS target maintainer.


Not having a scheduling description I'll assume there aren't any bogons there,
so OK on my end.


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

This has me curious though...


-eric


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