On Thu, Aug 08, 2024 at 02:18:48PM +0200, Tobias Burnus wrote: > Document -fno-builtin-omp_is_initial_device as discussed: > > Jakub Jelinek wrote: > > > RFC: Should be document this new built-in some where? If so, where? As > > > part > > > of the routine description in libgomp.texi? Or in extend.texi (or even > > > invoke.texi)? > > I think libgomp.texi in the omp_is_initial_device description, mention > > that the compiler folds it by default and that if that is undesirable, > > there is this option to use. > > Unless there are wording suggestions, I will commit it later today. > > Tobias
> libgomp/libgomp.texi: Mention -fno-builtin-omp_is_initial_device > > libgomp/ChangeLog: > > * libgomp.texi (omp_is_initial_device): Mention > -fno-builtin-omp_is_initial_device and folding by default. LGTM. Jakub