5 lines
105 B
Plaintext
Raw Normal View History

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