Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /* The if statement lets the compiler compile it to a conditional store.
  2. * Avoids dirtying a cache line.
  3. */
  4. if (loop->stop_flag != 0)
  5. loop->stop_flag = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement