Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISC-V] Simulate long vector load and store operations with builtin …
…memcpy. This commit adds a call to __builtin_memcpy when the data to be loaded or stored exceeds 64 bits. The __builtin_memcpy intrinsic will move the data from the memory address of the simulated vector register to the destination memory address or vice versa.
- Loading branch information