Commit 72a1fc00 authored by Yanzhang Wang's avatar Yanzhang Wang
Browse files

Add misaligned memory access for spike.

The spec does not forbid the misaligned memory access. And the gcc
will generate vector load/store to access misaligned memory by
default.

Currently the QEMU supports this feature, so to support in spike
is also make sense.

Reference test case: gcc/gcc/testsuite/gcc.dg/vect/vect-align-1.c
parent fcc49c7f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment