s390.md ("*fmadddf4", [...]): Insns are now dependent on TARGET_FUSED_MADD instead...
authorAndreas Krebbel <krebbel1@de.ibm.com>
Mon, 13 Oct 2003 17:01:01 +0000 (17:01 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 13 Oct 2003 17:01:01 +0000 (17:01 +0000)
commitf2d226e1776a8e1f2dc1671d20e73cd93a61b43f
treef44d3aa4d62f0be4f0a2a55651dd3005a909107d
parent2612ffce1f662e657aa3901690c7fd00bbfc189d
s390.md ("*fmadddf4", [...]): Insns are now dependent on TARGET_FUSED_MADD instead of...

2003-10-13  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("*fmadddf4", "*fmsubdf4", "*fmaddsf4",
"*fmsubsf4"): Insns are now dependent on TARGET_FUSED_MADD instead
of flag_unsafe_math_optimizations.
* config/s390/s390.h ("MASK_NO_FUSED_MADD", "TARGET_NO_FUSED_MADD",
"TARGET_FUSED_MADD", "TARGET_SWITCHES"): Introduced new target flags
fused-madd and no-fused-madd.
* doc/invoke.texi: Documented the new options fused-madd and
no-fused-madd for S/390.

From-SVN: r72433
gcc/ChangeLog
gcc/config/s390/s390.h
gcc/config/s390/s390.md
gcc/doc/invoke.texi