linux-zen-desktop/scripts/atomic/fallbacks/fence

8 lines
157 B
Plaintext
Raw Normal View History

2023-08-30 17:31:07 +02:00
cat <<EOF
${ret} ret;
__atomic_pre_full_fence();
ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
__atomic_post_full_fence();
return ret;
EOF