-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asmFishW_2018-05-26_base.exe can't go depth up to 4 #173
Comments
Hi double-beep, Thanks for reporting this issue. It may be due to one of the instructions I used not being compatible with your processor. I'll look into it. |
I have replaced the instruction on line 228 of Think.asm from:
to:
which I have defined in Math.asm as:
I am hoping this fixes the bug you encountered, while not adding too much overhead to this part of the code. Could you take another bench using the attached executable and tell me if it works properly for you? |
official-stockfish/Stockfish@6d8f583 arm-port will be finished soon. This commit also contains a (tentative) bugfix that should restore the full functionality of asmFish_base executables. Performance of other executables should be unaffected. Track this issue here: #173.
Hi @CounterPly,
The latest commit (3dad3f2) works also fine for me. It gives bench:
Thanks a lot @CounterPly. |
official-stockfish/Stockfish@6d8f583 arm-port will be finished soon. This commit also contains a (tentative) bugfix that should restore the full functionality of asmFish_base executables. Performance of other executables should be unaffected. Track this issue here: lantonov#173.
official-stockfish/Stockfish@6d8f583 arm-port will be finished soon. This commit also contains a (tentative) bugfix that should restore the full functionality of asmFish_base executables. Performance of other executables should be unaffected. Track this issue here: lantonov#173.
Hello @tthsqe12 @lantonov and @CounterPly,
asmFishW_2018-05-26_base.exe (committed by @CounterPly b019590) cannot go depth up to 4
See the following examples:
and then asmfish crashes.
and asmfish crashes again.
BUT:
without a crash
and also
without a crash also...
I am beginner, thanks!
The text was updated successfully, but these errors were encountered: