Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_aac
Commits
5c51a589
Commit
5c51a589
authored
10 years ago
by
Duane Sand
Browse files
Options
Download
Email Patches
Plain Diff
[MIPSR6] Skip assembler code using MFHI/MFLO on mips32r6
Change-Id: I3dacd96cf9d5cf9c3d34d612ebb0456d64bc23bc
parent
35f30c5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libFDK/include/cplx_mul.h
libFDK/include/cplx_mul.h
+1
-1
libFDK/include/mips/cplx_mul.h
libFDK/include/mips/cplx_mul.h
+1
-1
No files found.
libFDK/include/cplx_mul.h
View file @
5c51a589
...
...
@@ -96,7 +96,7 @@ amm-info@iis.fraunhofer.de
#if defined(__CC_ARM) || defined(__arm__) || defined(_M_ARM)
/* cppp replaced: elif */
#include "arm/cplx_mul.h"
#elif defined(__GNUC__) && defined(__mips__)
/* cppp replaced: elif */
#elif defined(__GNUC__) && defined(__mips__)
&& __mips_isa_rev < 6
#include "mips/cplx_mul.h"
#endif
/* #if defined all cores: bfin, arm, etc. */
...
...
This diff is collapsed.
Click to expand it.
libFDK/include/mips/cplx_mul.h
View file @
5c51a589
...
...
@@ -89,7 +89,7 @@ amm-info@iis.fraunhofer.de
******************************************************************************/
#if defined(__GNUC__) && defined(__mips__)
#if defined(__GNUC__) && defined(__mips__)
&& __mips_isa_rev < 6
//#define FUNCTION_cplxMultDiv2_32x16
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment