alexey-bataev wrote:

> @alexey-bataev I have a few more questions about `[[omp::assume]]`:
> 
> - Is this supported in C? Because the `[[]]` spelling is only officially 
> available in C23 and later (we *do* support it in earlier language modes, but 
> users will get a warning if `-pedantic` is passed)
> 
> - Is there any place where I can find some more documentation about this 
> attribute? I tried to search for it online, but I couldn’t find anything 
> about it.

https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5-2.pdf, 
pages 49-50

https://github.com/llvm/llvm-project/pull/84582
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to