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
3f01ec0e
Commit
3f01ec0e
authored
Dec 11, 2024
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix iqrecord to work on AVX512 machine
parent
054506f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
radio/COMMON/record_player.h
radio/COMMON/record_player.h
+4
-1
No files found.
radio/COMMON/record_player.h
View file @
3f01ec0e
...
...
@@ -62,7 +62,10 @@ typedef struct {
int64_t
nbBytes
;
int64_t
tv_sec
;
// nb of secs since EPOCH
int64_t
tv_usec
;
// nb of µsecs since EPOCH
int64_t
rfu2
;
// pad for 256 bits alignement required by AVX2
// pad for 512 bits alignement required by AVX512
int64_t
rfu2
;
int64_t
rfu3
;
int64_t
rfu4
;
}
iqrec_t
;
#define DEF_NB_SF 120000 // default nb of sf or ms to capture (2 minutes at 5MHz)
#define DEF_SF_FILE "/tmp/iqfile" // default subframes file name
...
...
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