Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target/riscv: add endianness check when optimizing small vector loads…
… and stores. This patch adds a condition on the endianness of the host for the emulation of vector loads and store to be done with an optimized loop. We add this because such optimization doesn't work for big endian hosts. Signed-off-by: Paolo Savini <[email protected]>
- Loading branch information