summaryrefslogtreecommitdiff
path: root/src/x64.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/x64.asm')
-rw-r--r--src/x64.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/x64.asm b/src/x64.asm
index 89351f2..fb42ff3 100644
--- a/src/x64.asm
+++ b/src/x64.asm
@@ -83,6 +83,12 @@ _CountBits:
.done: ret
int 3
+%if 0
+;; Retired 2026-09-06 (board_representation/MIGRATION.md section 7):
+;; _GetAttacksBB (see.c) is now the only GetAttacks implementation --
+;; all retirement criteria (correctness sweep, isolated + whole-engine
+;; benchmarks, match_play.py gate) cleared. Left assembled-out rather
+;; than deleted.
[GLOBAL GetAttacks]
[GLOBAL _GetAttacks]
@@ -262,6 +268,7 @@ _GetAttacks:
pop rbx
pop rbp
ret
+%endif ; 0 (retired GetAttacks)
%endif ; !CROUTINES
[GLOBAL LockCompareExchange]