Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
test_inputs
/
codegen
/
atomic3.c
blob: e63e09201a1602cc84a324d402c4b87fb5bab9fd [
file
] [
log
] [
blame
]
for
(
int
c0
=
0
;
c0
<=
64
;
c0
+=
1
)
{
if
(
c0
>=
63
)
{
sync
();
}
else
if
(
c0
>=
1
)
{
sync
();
}
else
sync
();
}