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
f132ac5f
Commit
f132ac5f
authored
May 18, 2016
by
Guillaume Smaha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Invert inline and void to be compatible with gcc 3.3.4
parent
112fe2c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libFDK/include/fft.h
libFDK/include/fft.h
+2
-2
No files found.
libFDK/include/fft.h
View file @
f132ac5f
...
...
@@ -121,7 +121,7 @@ void ifft(int length, FIXP_DBL *pInput, INT *scalefactor);
*/
LNK_SECTION_CODE_L1
static
void
FORCEINLINE
fft_4
(
FIXP_DBL
*
x
)
static
FORCEINLINE
void
fft_4
(
FIXP_DBL
*
x
)
{
FIXP_DBL
a00
,
a10
,
a20
,
a30
,
tmp0
,
tmp1
;
...
...
@@ -149,7 +149,7 @@ static void FORCEINLINE fft_4(FIXP_DBL *x)
}
LNK_SECTION_CODE_L1
static
void
FORCEINLINE
fft_8
(
FIXP_DBL
*
x
)
static
FORCEINLINE
void
fft_8
(
FIXP_DBL
*
x
)
{
#define W_PiFOURTH STC(0x5a82799a)
...
...
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