lantonov / asmFish

A continuation of the nice project asmFish by Mohammed Li. Latest version: 07.08.2019
https://lantonov.github.io/asmFish/
Other
118 stars 49 forks source link

Update: Commit migration in progress. #221

Closed CounterPly closed 5 years ago

CounterPly commented 5 years ago

Over the next few days, patches will be optimized and migrated over from CounterPly/asmFish to this repository.

Please note that armFish progress is on pause until the benches are properly aligned for this patch.

Thank you to everyone who helped with testing/trouble-shooting these patches as well as to everyone else for remaining patient through this period of slow progress. After the migration is finished, asmFish (x86) will correspond to SF from Fall of 2018 with many more patches from 2018/2019 coming soon.

double-beep commented 5 years ago

What is the progress for ARMfish?

CounterPly commented 5 years ago

Hi double-beep. As mentioned above, there is still no progress on ARM. I've invested a lot of time trying to implement the "upcoming repetitions" patch as done in x86-asm, but I have not had any success on this front. Part of the issue is that I am not able to debug in ARM as I do in x86, so it's a bit hard for me to isolate where exactly things are going wrong. Hopefully, @tthsqe12 would be able to take a look whenever he has the time.