PGO compile using VS2022 clang compiler
Moderator: Ras
-
- Posts: 1632
- Joined: Thu Jul 16, 2009 10:47 am
- Location: Almere, The Netherlands
Re: PGO compile using VS2022 clang compiler
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.