Commit 0d3a9fe7 by H.J. Lu Committed by H.J. Lu

Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont

Since Lakemont processor doesn't have 387, we should disable
X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont.

	* i386/x86-tune.def (X86_TUNE_ALWAYS_FANCY_MATH_387): Disable
	for Lakemont.

From-SVN: r228925
parent 104cbaf5
2015-10-16 H.J. Lu <hongjiu.lu@intel.com>
* i386/x86-tune.def (X86_TUNE_ALWAYS_FANCY_MATH_387): Disable
for Lakemont.
2015-10-16 Andrew MacLeod <amacleod@redhat.com> 2015-10-16 Andrew MacLeod <amacleod@redhat.com>
* config/tilepro/gen-mul-tables.cc: Adjust include files. * config/tilepro/gen-mul-tables.cc: Adjust include files.
...@@ -435,7 +435,7 @@ DEF_TUNE (X86_TUNE_DOUBLE_WITH_ADD, "double_with_add", ~m_386) ...@@ -435,7 +435,7 @@ DEF_TUNE (X86_TUNE_DOUBLE_WITH_ADD, "double_with_add", ~m_386)
such as fsqrt, fprem, fsin, fcos, fsincos etc. such as fsqrt, fprem, fsin, fcos, fsincos etc.
Should be enabled for all targets that always has coprocesor. */ Should be enabled for all targets that always has coprocesor. */
DEF_TUNE (X86_TUNE_ALWAYS_FANCY_MATH_387, "always_fancy_math_387", DEF_TUNE (X86_TUNE_ALWAYS_FANCY_MATH_387, "always_fancy_math_387",
~(m_386 | m_486)) ~(m_386 | m_486 | m_LAKEMONT))
/* X86_TUNE_UNROLL_STRLEN: Produce (quite lame) unrolled sequence for /* X86_TUNE_UNROLL_STRLEN: Produce (quite lame) unrolled sequence for
inline strlen. This affects only -minline-all-stringops mode. By inline strlen. This affects only -minline-all-stringops mode. By
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment