Commit 4296883c authored by Reini Urban's avatar Reini Urban
Browse files

fix MEMORY_BARRIER on exotics

use the gcc-4 builtin __sync_synchronize, not
ASM_VOLATILE("memory_barrier" ::: "memory"), which is documented to work,
but does not on the arm-linux-gnueabihf-gcc 8.3 cross compiler

bump so version in smoke.sh
parent 90e1836d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment