|
|
|
|
|
by jbrandmeyer
4074 days ago
|
|
As an embedded programmer, I have to say that C11 atomics are a much better fit for device register access than volatile. Unfortunately, since many commercial C compilers don't even support C99 fully, I don't expect to see C11 in common use anytime soon. |
|