Re: GNU toolchain with RVV intrinsic support
On Tue, Aug 25, 2020 at 5:34 AM David Horner <ds2horner@...> wrote:
The user can call functions anything they want. The example might be better if this was clear by calling it foo() or demo_vector_add() or something.
The variable "a" in an "int *" pointer. When you add an integer to it C automatically scales the integer (vl) by sizeof(int). |
|