Re: GOMP and gomp

2022-06-27 Thread Jakub Jelinek via 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 so

GOMP and gomp

2022-06-25 Thread Mohamed Atef via Gcc
What is the difference between functions with GOMP prefixes and the other with gomp? Mohamed