initial commit

This commit is contained in:
2026-08-09 22:38:33 -07:00
commit 9d0aeafebd
70668 changed files with 29808204 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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