public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Should GCC provide __builtin_memcpy_inline like clang does?
@ 2021-01-19 11:33 unlvsur unlvsur
  2021-01-19 18:51 ` Segher Boessenkool
  2021-01-20  2:41 ` Gabriel Ravier
  0 siblings, 2 replies; 6+ messages in thread
From: unlvsur unlvsur @ 2021-01-19 11:33 UTC (permalink / raw)
  To: gcc, gcc-help

I think __builtin_memmove_inline, __builtin_memset_inline can also get provided.

That allows better performance for small size copies and allowing memcpy to be usable without libc.

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10


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

end of thread, other threads:[~2021-01-20  7:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 11:33 Should GCC provide __builtin_memcpy_inline like clang does? unlvsur unlvsur
2021-01-19 18:51 ` Segher Boessenkool
2021-01-19 20:02   ` unlvsur unlvsur
2021-01-20  7:27     ` Richard Biener
2021-01-20  2:41 ` Gabriel Ravier
2021-01-20  2:52   ` H.J. Lu

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