Skip to content
Snippets Groups Projects
Commit 48ac97ea authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'atomics' into 'master'

Unified the atomic calls everywhere using the defined macros

Some more code clean-up. I have modified all the calls to __sync_* to use the defined atomic macros. Makes the code easier to read. 

Note that in the case of the timer function, moving to the defined macros changed the return value (++i instead of i++). But we don't use the return value anyway. 

Re-assign to me if you are happy to have this merged in.

See merge request !181
parents a4f97e08 92e093d7
No related branches found
No related tags found
1 merge request!181Unified the atomic calls everywhere using the defined macros
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment