blob: 9f3a3216b5e3251ebe07c6543123c22e3ec5bec4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001cat <<EOF
2static inline ${ret}
3${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
4{
5 ${retstmt}${atomic}_${pfx}and${sfx}${order}(~i, v);
6}
7EOF