mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 16:01:22 +08:00
mips.h (ISA_HAS_FP4): Fix comment to reflect use.
2002-06-20 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use. From-SVN: r54859
This commit is contained in:
parent
8a67e0836f
commit
8fff5435a6
@ -1,3 +1,7 @@
|
||||
2002-06-20 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.
|
||||
|
||||
2002-06-20 Stan Shebs <shebs@apple.com>
|
||||
|
||||
* dominance.c: Include errors.h instead of error.h.
|
||||
|
@ -751,8 +751,8 @@ extern void sbss_section PARAMS ((void));
|
||||
|| ISA_MIPS64)
|
||||
|
||||
/* This is a catch all for the other new mips4 instructions: indexed load and
|
||||
indexed prefetch instructions, the FP madd,msub,nmadd, and nmsub
|
||||
instructions, and the FP recip and recip sqrt instructions */
|
||||
indexed prefetch instructions, the FP madd and msub instructions,
|
||||
and the FP recip and recip sqrt instructions */
|
||||
#define ISA_HAS_FP4 ((ISA_MIPS4 \
|
||||
|| ISA_MIPS64) \
|
||||
&& !TARGET_MIPS16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user