opus icon indicating copy to clipboard operation
opus copied to clipboard

mips: Rename MIPSr1_ASM to MIPSr2dsp_ASM to reflect true requirements.

Open speachy opened this issue 6 years ago • 3 comments
trafficstars

All of the mips code in opus requires a mips32r2 core with dsp or dsp2 extensions, so update the #define to document this appropriately.

I did not rename the various header files that have "mipsr1" in their name, as that seemed like unnecessary churn.

Signed-off-by: Solomon Peachy [email protected]

speachy avatar Jan 05 '19 04:01 speachy

Can you contact the original authors of the patch to see what they have to say about it. I don't really have any way to test that arch.

jmvalin avatar Apr 01 '19 05:04 jmvalin

Does it also require hardware floating point?

neheb avatar Oct 07 '19 02:10 neheb

What's the correct way of building opus for mips32r2 (mipsel, little-endian)? How to test this?

AleXoundOS avatar Feb 01 '22 13:02 AleXoundOS