Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bin He
openairinterface5G
Commits
a7db85a6
Commit
a7db85a6
authored
6 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
put back variables in the local stack
parent
cce51f69
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
+2
-19
2 additions, 19 deletions
openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
with
2 additions
and
19 deletions
openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c
+
2
−
19
View file @
a7db85a6
...
@@ -1024,25 +1024,6 @@ void ulsch_channel_compensation(int32_t **rxdataF_ext,
...
@@ -1024,25 +1024,6 @@ void ulsch_channel_compensation(int32_t **rxdataF_ext,
#endif
#endif
}
}
#if defined(__x86_64__) || defined(__i386__)
__m128
avg128U
;
#elif defined(__arm__)
int32x4_t
avg128U
;
#endif
void
ulsch_channel_level
(
int32_t
**
drs_ch_estimates_ext
,
void
ulsch_channel_level
(
int32_t
**
drs_ch_estimates_ext
,
LTE_DL_FRAME_PARMS
*
frame_parms
,
LTE_DL_FRAME_PARMS
*
frame_parms
,
int32_t
*
avg
,
int32_t
*
avg
,
...
@@ -1053,7 +1034,9 @@ void ulsch_channel_level(int32_t **drs_ch_estimates_ext,
...
@@ -1053,7 +1034,9 @@ void ulsch_channel_level(int32_t **drs_ch_estimates_ext,
uint8_t
aarx
;
uint8_t
aarx
;
#if defined(__x86_64__) || defined(__i386__)
#if defined(__x86_64__) || defined(__i386__)
__m128i
*
ul_ch128
;
__m128i
*
ul_ch128
;
__m128
avg128U
;
#elif defined(__arm__)
#elif defined(__arm__)
int32x4_t
avg128U
;
int16x4_t
*
ul_ch128
;
int16x4_t
*
ul_ch128
;
#endif
#endif
for
(
aarx
=
0
;
aarx
<
frame_parms
->
nb_antennas_rx
;
aarx
++
)
{
for
(
aarx
=
0
;
aarx
<
frame_parms
->
nb_antennas_rx
;
aarx
++
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment