Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Michael Black
OpenXG-RAN
Commits
3853cdfc
Commit
3853cdfc
authored
Jun 02, 2015
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7508
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
656d0563
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
openair1/PHY/CODING/Makefile.arm
openair1/PHY/CODING/Makefile.arm
+13
-0
No files found.
openair1/PHY/CODING/Makefile.arm
0 → 100644
View file @
3853cdfc
TURBO_SRC
=
3gpplte_sse.c 3gpplte_turbo_decoder_sse.c crc_byte.c
RATE13CC_SRC
=
ccoding_byte_lte.c viterbi_lte.c crc_byte.c
RATE12CC_SRC
=
ccoding_byte.c viterbi.c crc_byte.c
all
:
3gpplte_sse
3gpplte_sse
:
$(TURBO_SRC)
gcc
-O3
-gdwarf-2
-mfloat-abi
=
hard
-mfpu
=
neon
-lm
-lgcc
-lrt
../../SIMULATION/TOOLS/taus.c
-I
$$
OPENAIR1_DIR
-I
$$
OPENAIR_TARGETS
-I
$$
OPENAIR2_DIR/COMMON
-DUSER_MODE
-DTC_MAIN
-DNB_ANTENNAS_RX
=
1
-o
3gpplte_sse 3gpplte_sse.c
-Wall
-g
-ggdb
-DTC_MAIN
clean
:
rm
*
.o
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