Tweak for documentation
This commit is contained in:
parent
64ac326041
commit
2cdadc64b5
1 changed files with 4 additions and 3 deletions
|
@ -123,9 +123,10 @@ extern DECLSPEC void SDLCALL SDL_AtomicUnlock(SDL_SpinLock *lock);
|
|||
/*@}*//*SDL AtomicLock*/
|
||||
|
||||
|
||||
/* The compiler barrier prevents the compiler from reordering
|
||||
reads and writes to globally visible variables across the call.
|
||||
*/
|
||||
/**
|
||||
* The compiler barrier prevents the compiler from reordering
|
||||
* reads and writes to globally visible variables across the call.
|
||||
*/
|
||||
#ifdef _MSC_VER
|
||||
void _ReadWriteBarrier(void);
|
||||
#pragma intrinsic(_ReadWriteBarrier)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue