commit | 61503b220c078fedc6aadd81c603508262215d0d | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Tue Mar 15 22:50:02 2022 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Fri Mar 18 09:21:25 2022 -0700 |
tree | 050a1c8a03e83e9e59d3b0d73bc6974e5f685577 | |
parent | 7a5d852e56728ec6b2265dae7255f41a322c87fb [diff] |
sw:vec: Add scalar build support to build rv32im binaries Add CMake option "BUILD_SIMPLIFIED_CORE" to use the macros defined in https://spacebeaker-review.googlesource.com/c/shodan/sw/vec/+/18021 to build rv32im SW binaries. Also remove the unused "riscv_vector.h" header file in the softrvv test code. The header checks the vector extension in the compilation -march flag and fails if v-ext is not used. Instead of guard it with the macro, I remove the unused header. Change-Id: I85c81cf2d63c232dac53ae15826753d3dd117aa8