From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA269385E82C; Mon, 16 Mar 2020 15:19:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA269385E82C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584371941; bh=9kNYt0kvPc5H66rNEZhKACFV57/R3z2K0dC++RpuF2c=; h=From:To:Subject:Date:From; b=LaZi1okNFoNe79F8F4HoC5ooXkLKd/QeJbhowacsHH3Rdo/5XemYMVgn8N0TpDj3B DjqG/1ocueyJ4LNSsBwirilFLN9ih9bEHLmz3QPNHmnKVaJFVti7p4CtvU5Cu4/Ncd zx0g/mYNjPFBuQfsJ4ls9uu6Uu7mvLENi4M0a1CU= From: "adhemerval.zanella at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94193] New: powerpc: Provide fegetround/feraiseexcept/feclearexcept builtins Date: Mon, 16 Mar 2020 15:19:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2020 15:19:01 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94193 Bug ID: 94193 Summary: powerpc: Provide fegetround/feraiseexcept/feclearexcept builtins Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: adhemerval.zanella at linaro dot org Target Milestone: --- For hard-float powerpc, GCC should support inline code generation for the=20 fegetround, feraiseexcept, and feclearexcept. These optimization has been provided by glibc through fenvinline and glibc idea is to remove both the headers and the header optimizations [1]. [1] https://sourceware.org/pipermail/libc-alpha/2020-March/111752.html=