1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-21 13:20:36 +01:00
Vicente Olivert Riera 6eb248d1a4 libFDK/include/mips/cplx_mul.h: use C code instead of ASM
Replace the assembler code by the equivalent in C. This way it will work
for every MIPS ISA. Now the check for __mips_isa_rev < 6 is no longer
necessary, so remove it.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
2018-11-06 09:03:14 +02:00
..