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
lizhongxiao
OpenXG-RAN
Commits
032a8d94
Commit
032a8d94
authored
Jan 16, 2023
by
Raymond
Committed by
laurent
Apr 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change in crc.h after returning to aarch64
parent
3c013cf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/CODING/crc.h
openair1/PHY/CODING/crc.h
+2
-2
No files found.
openair1/PHY/CODING/crc.h
View file @
032a8d94
...
...
@@ -339,10 +339,10 @@ simde__m128i crc32_reduce_128_to_64(simde__m128i data128, const simde__m128i k3_
data128
=
simde_mm_xor_si128
(
_mm_clmulepi64_si128
(
tmp
,
k3_q
,
0x01
/* k3 */
),
data128
);
#else
tmp
=
_mm_xor_si128
(
_mm_clmulepi64_si128
(
data128
,
k3_q
,
0x01
/* k3 */
),
tmp
=
simde_mm_xor_si128
(
simde
_mm_clmulepi64_si128
(
data128
,
k3_q
,
0x01
/* k3 */
),
data128
);
data128
=
_mm_xor_si128
(
_mm_clmulepi64_si128
(
tmp
,
k3_q
,
0x01
/* k3 */
),
data128
=
simde_mm_xor_si128
(
simde
_mm_clmulepi64_si128
(
tmp
,
k3_q
,
0x01
/* k3 */
),
data128
);
#endif
...
...
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