blob: 9f3a3216b5e3251ebe07c6543123c22e3ec5bec4 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001cat <<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