Skip to content

MIPS port improvements #3 #418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

SiarheiVolkau
Copy link
Contributor

  • added Github Actions for validating MIPS builds
  • disabled MIPS DSP for MIPS64 architecture for now (build failures)

It includes running tests in QEMU.

Note: musl based prebuilt toolchains used. Didn't find GLIBC ones.

Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
Because support for MIPS64 DSP in GCC completely broken:
- no builtin functions for mult, madd, msub, extr, shilo
  used here.
- inline assembly with accumulators not works well when
  GCC reaches limit of 4 accumulators: observed in
  xcorr_kernel_mips and silk_warped_autocorrelation_FIX_c.

Signed-off-by: Siarhei Volkau <lis8215@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants