public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109378] New: improve __builtin_sqrt
@ 2023-04-02 20:59 g.peterhoff@t-online.de
  2023-04-02 21:01 ` [Bug c++/109378] " pinskia at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: g.peterhoff@t-online.de @ 2023-04-02 20:59 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109378
           Summary: improve __builtin_sqrt
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: g.peterhoff@t-online.de
  Target Milestone: ---

Hello gcc team,
https://godbolt.org/z/Wa1rfxrPo
when I write a function that contains std::sqrt, it always contains the nan(?)
tests for the argument. E.g. sqrtf64.
If I use my_sqrt the tests are done inside sqrt and not in the calling function
- clear (because noinline).

Wouldn't it be better to rewrite __builtin_sqrt so that these tests are done
inside __builtin_sqrt and not already in the calling context?
This would have the advantage that std::sqrt would not "contaminate" the
calling function with conditional jumps and thus inflate it.
I can make this clear with foo vs. bar.
And of course __builtin_sqrt must be able to be vectorized automatically and
must be inline for certain contexts (e.g. __FAST_MATH__).

regards
Gero

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-04-03  0:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 20:59 [Bug c++/109378] New: improve __builtin_sqrt g.peterhoff@t-online.de
2023-04-02 21:01 ` [Bug c++/109378] " pinskia at gcc dot gnu.org
2023-04-02 21:23 ` g.peterhoff@t-online.de
2023-04-02 21:27 ` pinskia at gcc dot gnu.org
2023-04-02 21:51 ` g.peterhoff@t-online.de
2023-04-02 21:53 ` pinskia at gcc dot gnu.org
2023-04-02 21:54 ` [Bug c++/109378] new builtin like __builtin_sqrt but does not set errno pinskia at gcc dot gnu.org
2023-04-02 21:57 ` pinskia at gcc dot gnu.org
2023-04-02 22:01 ` pinskia at gcc dot gnu.org
2023-04-02 22:39 ` g.peterhoff@t-online.de
2023-04-02 22:55 ` pinskia at gcc dot gnu.org
2023-04-02 22:57 ` pinskia at gcc dot gnu.org
2023-04-03  0:01 ` g.peterhoff@t-online.de
2023-04-03  0:39 ` pinskia at gcc dot gnu.org

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).