aboutsummaryrefslogtreecommitdiffstats
path: root/libFDK
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2015-08-13 10:53:07 +0200
committerJasper Lievisse Adriaanse <jasper@humppa.nl>2015-08-13 10:53:07 +0200
commit2585f10da2c20ad639948d1af113f2cd591dd946 (patch)
treee305f63057e8234c863c20eb326511229c713541 /libFDK
parent83ac4a9860cd81f793cb4620952fbf795a281b49 (diff)
downloadfdk-aac-2585f10da2c20ad639948d1af113f2cd591dd946.tar.gz
fdk-aac-2585f10da2c20ad639948d1af113f2cd591dd946.tar.bz2
fdk-aac-2585f10da2c20ad639948d1af113f2cd591dd946.zip
Fix the preprocessor statements controlling the use of mips{32,64}r1 instructions.
Only enable code using mips32/mips64 instructions if the compiler is targetting this ISA. (integer madd and msub instructions aren't available in the ``canonical'' mips ISAs)
Diffstat (limited to 'libFDK')
-rw-r--r--libFDK/include/mips/cplx_mul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libFDK/include/mips/cplx_mul.h b/libFDK/include/mips/cplx_mul.h
index 43cdbd0..c933911 100644
--- a/libFDK/include/mips/cplx_mul.h
+++ b/libFDK/include/mips/cplx_mul.h
@@ -89,7 +89,7 @@ amm-info@iis.fraunhofer.de
******************************************************************************/
-#if defined(__GNUC__) && defined(__mips__) && __mips_isa_rev < 6
+#if defined(__GNUC__) && defined(__mips_isa_rev) && __mips_isa_rev < 6
//#define FUNCTION_cplxMultDiv2_32x16