public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GOMP and gomp
@ 2022-06-26  3:49 Mohamed Atef
  2022-06-27 16:39 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Mohamed Atef @ 2022-06-26  3:49 UTC (permalink / raw)
  To: gcc

What is the difference between functions with GOMP prefixes and the other
with gomp?

Mohamed

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

* Re: GOMP and gomp
  2022-06-26  3:49 GOMP and gomp Mohamed Atef
@ 2022-06-27 16:39 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2022-06-27 16:39 UTC (permalink / raw)
  To: Mohamed Atef; +Cc: gcc

On Sun, Jun 26, 2022 at 05:49:41AM +0200, Mohamed Atef via Gcc wrote:
> What is the difference between functions with GOMP prefixes and the other
> with gomp?

GOMP_ prefix is used on exported libgomp APIs used by code emitted by the
compiler for OpenMP programs, various OpenMP pragmas that need some
library implementation call such functions.
gomp_ prefix is used on functions internal to the library.
omp_ prefix is used for standard mandated API calls.

	Jakub


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

end of thread, other threads:[~2022-06-27 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26  3:49 GOMP and gomp Mohamed Atef
2022-06-27 16:39 ` Jakub Jelinek

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