source: https://github.com/syzygy1/Cfish (Ronald De Man)
Download: https://www.dropbox.com/s/pjgf44isttfce ... 7.zip?dl=1
These are the fastest Cfish I ever compiled - top bench on an iMac: 2812085
There are two bmi2 exe's in the download, one was complied with the flags -DUSE_PEXT and -mbmi2 (2804368 bench) , the other one was complied with just the -bmi2 flag and was slightly faster on machine (2812085), ymmv. But even the strictly popcnt version is very close with a bench of 2790583. All complied with clang - gcc is broken for the most part with recent updates to macOS (High Sierra), the good news is that the clang compiler is much improved.
Cfish update -> macOS exe's for download
Moderators: hgm, Dann Corbit, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
Re: Cfish update -> macOS exe's for download
Thanks Mike !MikeB wrote:source: https://github.com/syzygy1/Cfish (Ronald De Man)
Download: https://www.dropbox.com/s/pjgf44isttfce ... 7.zip?dl=1
These are the fastest Cfish I ever compiled - top bench on an iMac: 2812085
There are two bmi2 exe's in the download, one was complied with the flags -DUSE_PEXT and -mbmi2 (2804368 bench) , the other one was complied with just the -bmi2 flag and was slightly faster on machine (2812085), ymmv. But even the strictly popcnt version is very close with a bench of 2790583. All complied with clang - gcc is broken for the most part with recent updates to macOS (High Sierra), the good news is that the clang compiler is much improved.
Re: Cfish update -> macOS exe's for download
What a news, thx Mike
)
I will test it!

I will test it!
Regards, Dariusz