Dear Moderators: please move this post to the correct category, since I cannot find anywhere suitable for this content.
I am reading through the docs (c-programming-guide and c-best-practice) for my next project, while I may note down some comments / improvements:
- The “Note” in section 3.2.1 misses a parenthesis:
… during program initiation **(**or termination after main) will result in undefined behavior. …
- The figure numberings are wrong, e.g.:
Figure 22Figure 35 shows some examples of strided access.Figure 23Figure 36 shows some examples of memory read accesses that involve the broadcast mechanism.