Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fdk-aac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
fdk-aac
Commits
2decc778
Commit
2decc778
authored
Aug 14, 2014
by
Keun-young Park
Committed by
Gerrit Code Review
Aug 14, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "[MIPSR6] Skip assembler code using MFHI/MFLO on mips32r6"
parents
35f30c5a
5c51a589
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 @
2decc778
...
...
@@ -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. */
...
...
libFDK/include/mips/cplx_mul.h
View file @
2decc778
...
...
@@ -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
...
...
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