Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
349f77ab
Commit
349f77ab
authored
Aug 26, 2016
by
Rohit Gupta
Browse files
Update lte_ul_channel_estimation.c for alignment issues
parent
af9ce91f
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/PHY/LTE_ESTIMATION/lte_ul_channel_estimation.c
View file @
349f77ab
...
...
@@ -41,8 +41,8 @@ static int16_t temp_out_ifft_0[2048*4] __attribute__((aligned(16)));
static
int16_t
temp_out_ifft_1
[
2048
*
4
]
__attribute__
((
aligned
(
16
)));
static
int32_t
temp_in_ifft_0
[
2048
*
2
]
__attribute__
((
aligned
(
16
)));
static
int32_t
temp_in_ifft_1
[
2048
*
2
]
__attribute__
((
aligned
(
16
)));
static
int32_t
temp_in_ifft_0
[
2048
*
2
]
__attribute__
((
aligned
(
32
)));
static
int32_t
temp_in_ifft_1
[
2048
*
2
]
__attribute__
((
aligned
(
32
)));
static
int32_t
temp_in_fft_0
[
2048
*
2
]
__attribute__
((
aligned
(
16
)));
static
int32_t
temp_in_fft_1
[
2048
*
2
]
__attribute__
((
aligned
(
16
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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