Re: GOMP and gomp
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
What is the difference between functions with GOMP prefixes and the other with gomp? Mohamed