8 lines
157 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
cat <<EOF
${ret} ret;
__atomic_pre_full_fence();
2026-01-29 22:25:33 +08:00
ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
2026-01-21 18:59:54 +08:00
__atomic_post_full_fence();
return ret;
EOF