MSA functions #11
Labels
good first issue
This is perfect if you're new to the project and looking to help.
GSoC/Outreachy-ideas
Ideas for Google Summer of Code or Outreachy projects
help wanted
We lack either the expertise or time for this. Basically, "patches welcome".
instruction-set-support
Implementing new SIMD ISA extensions portably
For progress information, see https://github.com/simd-everywhere/implementation-status/blob/main/msa.md
Due to QEMU bugs we can't just use the versions shipped with Debian to test. The latest git works, though, and the docker image can be configured to download and compile it. Use
QEMU_GIT=y ./docker/simde-dev.sh
(or, if you already have a docker image built,QEMU_GIT=y BUILD_IMAGE=y ./docker/simde-dev.sh
to force a rebuild) to get it.Once you have qemu from git, you can use the
mips64el+msa-gcc-10
build to target MSA and generate test vectors.The text was updated successfully, but these errors were encountered: