public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sebastian Huber <sebastian.huber@embedded-brains.de>
To: Eric Botcazou <ebotcazou@adacore.com>
Cc: gcc-patches@gcc.gnu.org, software@gaisler.com
Subject: Re: [PATCH v2] [SPARC] Add -mfsmuld option
Date: Wed, 26 Jul 2017 13:07:00 -0000	[thread overview]
Message-ID: <950301c9-fd4f-f7bb-4fd3-b96d672477fa@embedded-brains.de> (raw)
In-Reply-To: <f3783347-0532-457e-b0ca-397c03ef0064@embedded-brains.de>

On 26/07/17 14:44, Sebastian Huber wrote:

> On 26/07/17 14:13, Eric Botcazou wrote:
>
>>> Add the -mfsmuld option to control the generation of the FsMULd
>>> instruction.  In general, this instruction is available in architecture
>>> version V8 and V9 CPUs with FPU.  Some CPUs of this category do not
>>> support this instruction properly, e.g. AT697E, AT697F and UT699.  Some
>>> CPUs of this category do not implement it in hardware, e.g. LEON3/4 
>>> with
>>> GRFPU-lite.
>>>
>>> gcc/
>>>     * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
>>>     (sparc_option_override): Honour MASK_FSMULD.
>>>     * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
>>>     * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
>>>     * config/sparc/sparc.opt (mfsmuld): New option.
>>>     * doc/invoke.texi (mfsmuld): Document option.
>> OK for mainline and 7 branch modulo:
>>
>
> Thanks for your quick review. I am really glad that we can now use the 
> upcoming GCC 7.2 release.
>
> I checked it in as r250570 and r250571.
>

I would like to add this to the web site:

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.88
diff -r1.88 changes.html
1248a1249,1251
 >     <li>Use of the Floating-point Multiply Single to Double (FsMULd)
 >         instruction can now be controlled by the 
<code>-mfsmuld</code> and
 >         <code>-fno-fsmuld</code> options.</li>
cvs diff: Diffing htdocs/gcc-8
Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.7
diff -r1.7 changes.html
148,149c148,153
< <!-- <h3 id="sparc">SPARC</h3> -->
<
---
 > <h3 id="sparc">SPARC</h3>
 > <ul>
 >   <li>Use of the Floating-point Multiply Single to Double (FsMULd) 
instruction
 >       can now be controlled by the <code>-mfsmuld</code> and
 >       <code>-fno-fsmuld</code> options.</li>
 > </ul>

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

  reply	other threads:[~2017-07-26 13:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26  8:53 Sebastian Huber
2017-07-26 12:10 ` Eric Botcazou
2017-07-26 12:44   ` Sebastian Huber
2017-07-26 13:07     ` Sebastian Huber [this message]
2017-07-26 14:00       ` Eric Botcazou
2017-07-27 12:57     ` Eric Botcazou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=950301c9-fd4f-f7bb-4fd3-b96d672477fa@embedded-brains.de \
    --to=sebastian.huber@embedded-brains.de \
    --cc=ebotcazou@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=software@gaisler.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).