mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
8 lines
178 B
Plaintext
Executable File
8 lines
178 B
Plaintext
Executable File
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
|