mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
cat <<EOF
|
|
static __always_inline ${ret}
|
|
arch_${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
|
|
{
|
|
${retstmt}arch_${atomic}_${pfx}and${sfx}${order}(~i, v);
|
|
}
|
|
EOF
|