public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/94193] powerpc: Provide fegetround/feraiseexcept/feclearexcept builtins
Date: Mon, 24 Jan 2022 17:00:58 +0000	[thread overview]
Message-ID: <bug-94193-4-Gzn2IQmYmo@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-94193-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94193

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Segher Boessenkool <segher@gcc.gnu.org>:

https://gcc.gnu.org/g:4343f5e256791a5abaaef29fe1f831a03bab129e

commit r12-6848-g4343f5e256791a5abaaef29fe1f831a03bab129e
Author: Raoni Fassina Firmino <raoni@linux.ibm.com>
Date:   Thu Jan 13 14:08:53 2022 -0300

    rtl: builtins: (not just) rs6000: Add builtins for fegetround,
feclearexcept and feraiseexcept [PR94193]

    This optimizations were originally in glibc, but was removed
    and suggested that they were a good fit as gcc builtins[1].

    feclearexcept and feraiseexcept were extended (in comparison to the
    glibc version) to accept any combination of the accepted flags, not
    limited to just one flag bit at a time anymore.

    The builtin expanders needs knowledge of the target libc's FE_*
    values, so they are limited to expand only to suitable libcs.

    [1] https://sourceware.org/legacy-ml/libc-alpha/2020-03/msg00047.html
        https://sourceware.org/legacy-ml/libc-alpha/2020-03/msg00080.html

    2020-08-13  Raoni Fassina Firmino  <raoni@linux.ibm.com>

    gcc/
            PR target/94193
            * builtins.cc (expand_builtin_fegetround): New function.
            (expand_builtin_feclear_feraise_except): New function.
            (expand_builtin): Add cases for BUILT_IN_FEGETROUND,
            BUILT_IN_FECLEAREXCEPT and BUILT_IN_FERAISEEXCEPT.
            * config/rs6000/rs6000.md (fegetroundsi): New pattern.
            (feclearexceptsi): New Pattern.
            (feraiseexceptsi): New Pattern.
            * doc/extend.texi: Add a new introductory paragraph about the
            new builtins.
            * doc/md.texi: (fegetround@var{m}): Document new optab.
            (feclearexcept@var{m}): Document new optab.
            (feraiseexcept@var{m}): Document new optab.
            * optabs.def (fegetround_optab): New optab.
            (feclearexcept_optab): New optab.
            (feraiseexcept_optab): New optab.

    gcc/testsuite/
            PR target/94193
            * gcc.target/powerpc/builtin-feclearexcept-feraiseexcept-1.c: New
test.
            * gcc.target/powerpc/builtin-feclearexcept-feraiseexcept-2.c: New
test.
            * gcc.target/powerpc/builtin-fegetround.c: New test.

    Signed-off-by: Raoni Fassina Firmino <raoni@linux.ibm.com>

  reply	other threads:[~2022-01-24 17:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-16 15:19 [Bug target/94193] New: " adhemerval.zanella at linaro dot org
2022-01-24 17:00 ` cvs-commit at gcc dot gnu.org [this message]
2022-01-26 15:21 ` [Bug target/94193] " cvs-commit at gcc dot gnu.org
2022-01-27 12:46 ` segher at gcc dot gnu.org

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=bug-94193-4-Gzn2IQmYmo@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).