Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
cython-plus
typon
Commits
7902b769
Commit
7902b769
authored
May 13, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt and edit test deque.cpp
parent
49be2d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rt/test/unit/deque.cpp
rt/test/unit/deque.cpp
+3
-3
No files found.
rt/test/unit/deque.cpp
View file @
7902b769
...
@@ -12,9 +12,9 @@ using namespace typon;
...
@@ -12,9 +12,9 @@ using namespace typon;
using
u64
=
std
::
uint_fast64_t
;
using
u64
=
std
::
uint_fast64_t
;
using
uint
=
unsigned
int
;
using
uint
=
unsigned
int
;
static
uint
thieves
=
1
;
static
uint
thieves
=
8
;
static
u64
N
=
u64
(
1
)
<<
2
0
;
static
u64
N
=
u64
(
1
)
<<
2
4
;
static
fdt
::
lock_free
::
deque
<
int
>
deque
{
thieves
+
1
};
static
fdt
::
lock_free
::
deque
<
int
>
deque
{};
static
std
::
atomic
<
bool
>
full
=
false
;
static
std
::
atomic
<
bool
>
full
=
false
;
static
std
::
vector
<
std
::
vector
<
int
>>
results
(
thieves
+
1
);
static
std
::
vector
<
std
::
vector
<
int
>>
results
(
thieves
+
1
);
...
...
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