musl/arch/sh/src
Rich Felker c394763d35 fix insufficient synchronization in sh atomic asm
while other usage I've seen only has the synco instruction after the
atomic operation, I cannot find any documentation indicating that this
is correct. certainly all stores before the atomic need to have been
synchronized before the atomic operation takes place.
2014-07-27 21:13:37 -04:00
..
__fpscr_values.c fix typo in filename used in sh port 2014-03-18 22:11:14 -04:00
atomic.c fix insufficient synchronization in sh atomic asm 2014-07-27 21:13:37 -04:00