diff options
| author | tslil <tslil@posteo.de> | 2026-05-05 22:06:02 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | c415ed2a0bbab890fc1fdd2179c8f1405940c15a (patch) | |
| tree | e185fa56359288e9ab5419d3af17365c1f125b13 /.gitignore | |
| parent | f0139acd1d648dd1db93ee3d3b75546fb7b24c77 (diff) | |
we needed to be saving the alpha before the search loop in which we modified it. At this point, though i can't remember, i expect that this is the cause of whatever "instability" the comment was talking about that would have prevented us from using >= in the TT lookup.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ *.o data/ -ct1986 -ctlm -pptdb -cttei -geminict +ct1986* +ctlm* +pptdb* +cttei* +geminict* buildroot* .cache |
