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
Please register or sign in to comment