* doc/invoke.texi (MIPS Options): Document -mfused-madd.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 21:40:37 +0000 (21:40 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Aug 2001 21:40:37 +0000 (21:40 +0000)
commit1a980d18e7227175be0c7720b6c329c1eb25fdaf
treed870f65f83d3ef830ed1c114ba9b46e221c555ed
parent76eea69c63e2b20b6712e06bc5d44eaf40c1f499
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45041 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/doc/invoke.texi