public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Mohamed Atef <mohamedatef1698@gmail.com>
Cc: gcc@gcc.gnu.org
Subject: Re: GOMP and gomp
Date: Mon, 27 Jun 2022 18:39:39 +0200	[thread overview]
Message-ID: <YrndSxa+ySae8PoO@tucnak> (raw)
In-Reply-To: <CAPFh8NJz1kpyWU-nvDeoSq2Qu92Ud5z6c3jzA=3cMpdUPSgnAQ@mail.gmail.com>

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


      reply	other threads:[~2022-06-27 16:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-26  3:49 Mohamed Atef
2022-06-27 16:39 ` Jakub Jelinek [this message]

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=YrndSxa+ySae8PoO@tucnak \
    --to=jakub@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=mohamedatef1698@gmail.com \
    /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).