invoke.texi (MIPS Options): Document -mfused-madd.
authorGeoffrey Keating <geoffk@redhat.com>
Sun, 19 Aug 2001 21:40:37 +0000 (21:40 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 19 Aug 2001 21:40:37 +0000 (21:40 +0000)
commit13fac94a68a4da815faa73d6a457c3d9d3bf94f5
treed870f65f83d3ef830ed1c114ba9b46e221c555ed
parent915a17f667e9abdfddbc8b429ff29db1becacdbb
invoke.texi (MIPS Options): Document -mfused-madd.

* doc/invoke.texi (MIPS Options): Document -mfused-madd.
* config/mips/mips.h (MASK_NO_FUSED_MADD): New.
(TARGET_FUSED_MADD): New.
(TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
* config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
the multiply-add instructions.

From-SVN: r45041
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi