Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
15
Merge Requests
15
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
707f3da0
Commit
707f3da0
authored
May 30, 2018
by
Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE small compile bug fix
parent
0ca82861
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
+1
-0
openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
+1
-2
No files found.
openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
View file @
707f3da0
...
...
@@ -22,6 +22,7 @@
#include "PHY/types.h"
#include "PHY/defs_UE.h"
#include "PHY/phy_extern_ue.h"
#include "lte_estimation.h"
#include "UTIL/LOG/vcd_signal_dumper.h"
#include "openair2/LAYER2/MAC/mac_proto.h"
...
...
openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
View file @
707f3da0
...
...
@@ -32,8 +32,7 @@
#include "PHY/defs_UE.h"
#include "PHY/TOOLS/tools_defs.h"
#include "PHY/extern_ue.h"
#include "tools_defs.h"
#include "PHY/phy_extern_ue.h"
#include "PHY/sse_intrin.h"
int16_t
ones256
[
16
]
__attribute__
((
aligned
(
32
)))
=
{
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
};
...
...
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