mirror of https://git.musl-libc.org/git/musl
Browse Source
most egregious problem was the lack of memory clobber and lack of volatile asm; this made the atomics memory barriers but not compiler barriers. use of "+r" rather than "=r" for a clobbered temp was also wrong, since the initial value is indeterminate.master
1 changed files with 10 additions and 6 deletions
Loading…
Reference in new issue