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
1
Merge Requests
1
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
OpenXG
OpenXG-RAN
Commits
6b8ffb43
Commit
6b8ffb43
authored
Dec 03, 2020
by
dir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix DFT bug identified by Laurent Thomas
parent
d23a7e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/TOOLS/oai_dfts.c
openair1/PHY/TOOLS/oai_dfts.c
+2
-2
No files found.
openair1/PHY/TOOLS/oai_dfts.c
View file @
6b8ffb43
...
...
@@ -112,7 +112,7 @@ static inline void cmac_256(__m256i a,__m256i b, __m256i *re32, __m256i *im32)
{
__m256i
cmac_tmp
,
cmac_tmp_re32
,
cmac_tmp_im32
;
__m256i
imshuffle
=
_mm256_set_epi8
(
29
,
28
,
31
,
30
,
25
,
24
,
27
,
26
,
21
,
20
,
19
,
18
,
17
,
16
,
19
,
18
,
13
,
12
,
15
,
14
,
9
,
8
,
11
,
10
,
5
,
4
,
7
,
6
,
1
,
0
,
3
,
2
);
__m256i
imshuffle
=
_mm256_set_epi8
(
29
,
28
,
31
,
30
,
25
,
24
,
27
,
26
,
21
,
20
,
23
,
22
,
17
,
16
,
19
,
18
,
13
,
12
,
15
,
14
,
9
,
8
,
11
,
10
,
5
,
4
,
7
,
6
,
1
,
0
,
3
,
2
);
cmac_tmp
=
_mm256_sign_epi16
(
b
,
*
(
__m256i
*
)
reflip
);
cmac_tmp_re32
=
_mm256_madd_epi16
(
a
,
cmac_tmp
);
...
...
@@ -129,7 +129,7 @@ static inline void cmacc_256(__m256i a,__m256i b, __m256i *re32, __m256i *im32)
{
__m256i
cmac_tmp
,
cmac_tmp_re32
,
cmac_tmp_im32
;
__m256i
imshuffle
=
_mm256_set_epi8
(
29
,
28
,
31
,
30
,
25
,
24
,
27
,
26
,
21
,
20
,
19
,
18
,
17
,
16
,
19
,
18
,
13
,
12
,
15
,
14
,
9
,
8
,
11
,
10
,
5
,
4
,
7
,
6
,
1
,
0
,
3
,
2
);
__m256i
imshuffle
=
_mm256_set_epi8
(
29
,
28
,
31
,
30
,
25
,
24
,
27
,
26
,
21
,
20
,
23
,
22
,
17
,
16
,
19
,
18
,
13
,
12
,
15
,
14
,
9
,
8
,
11
,
10
,
5
,
4
,
7
,
6
,
1
,
0
,
3
,
2
);
cmac_tmp_re32
=
_mm256_madd_epi16
(
a
,
b
);
...
...
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