PGO compile using VS2022 clang compiler

Discussion of chess software programming and technical issues.

Moderator: Ras

Joost Buijs
Posts: 1632
Joined: Thu Jul 16, 2009 10:47 am
Location: Almere, The Netherlands

Re: PGO compile using VS2022 clang compiler

Post by Joost Buijs »

The last 2 years I didn't use PGO at all because with NNUE the speed of my engine is mainly determined by the handwritten SIMD code. PGO didn't help much, and I wanted to avoid the hassle it gives. On the other hand I would like to get it working again because I can't stand it when things don't work.