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]

Re: mips nmsubb patch


On Thu, Jul 19, 2001 at 01:04:07PM +0100, Aldy Hernandez wrote:
> 2001-07-17  Aldy Hernandez  <aldyh@redhat.com>
> 
>         * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.

> + /* ISA has nmadd and nmsub instructions.  */
> + #define ISA_HAS_NMADD_NMSUB	(mips_isa == 4				\
> + 				)

Just nitpicking. That would better look as a single line macro, wouldn't it?

	Jakub


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