Derived Pointers - 2022.1 English

Versal ACAP AI Engine Programming Environment User Guide (UG1076)

Document ID
UG1076
Release Date
2022-05-25
Version
2022.1 English

Pointers derived from a restrict pointer are considered restrict pointers and point to the same restricted memory region, as shown in the following example, where rq2, derived from rq1 (defined as a restrict pointer) is also a restrict pointer and points to the same universe.

Figure 1. Pointers to Same Restricted Memory Region