blob: 40d5b397658f7972301ef46ff0fd5137fb16be35 [file] [log] [blame]
cat <<EOF
${ret} ret;
__atomic_pre_full_fence();
ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
__atomic_post_full_fence();
return ret;
EOF