If I were a programmer I would probably also hate Windows. But I am not.Aleks Peshkov wrote: ↑Mon Oct 13, 2025 9:49 pm And I have forgotten how I hated Windows for a programmer.
New amateur chess engine Petrel
Moderator: Ras
-
- Posts: 1466
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New amateur chess engine Petrel
Gabor Szots
CCRL testing group
CCRL testing group
-
- Posts: 1466
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New amateur chess engine Petrel
You mean I should add '-flto' to the command line?Aleks Peshkov wrote: ↑Mon Oct 13, 2025 9:52 pmPGO build does not add much speed for my code, but LTO does.Gabor Szots wrote: ↑Mon Oct 13, 2025 9:42 pm However, this line worked: clang++ *.cpp -std=c++20 -O3 -march=native -oPetrel_2.1-x64.exe
Gabor Szots
CCRL testing group
CCRL testing group
-
- Posts: 947
- Joined: Sun Nov 19, 2006 9:16 pm
- Location: Russia
- Full name: Aleks Peshkov
Re: New amateur chess engine Petrel
I suggest it if it works without much extra trouble.Gabor Szots wrote: ↑Mon Oct 13, 2025 9:55 pmYou mean I should add '-flto' to the command line?Aleks Peshkov wrote: ↑Mon Oct 13, 2025 9:52 pmPGO build does not add much speed for my code, but LTO does.Gabor Szots wrote: ↑Mon Oct 13, 2025 9:42 pm However, this line worked: clang++ *.cpp -std=c++20 -O3 -march=native -oPetrel_2.1-x64.exe
-
- Posts: 1466
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New amateur chess engine Petrel
Clang does not like it.Aleks Peshkov wrote: ↑Mon Oct 13, 2025 9:57 pmI suggest it if it works without much extra trouble.Gabor Szots wrote: ↑Mon Oct 13, 2025 9:55 pmYou mean I should add '-flto' to the command line?Aleks Peshkov wrote: ↑Mon Oct 13, 2025 9:52 pmPGO build does not add much speed for my code, but LTO does.Gabor Szots wrote: ↑Mon Oct 13, 2025 9:42 pm However, this line worked: clang++ *.cpp -std=c++20 -O3 -march=native -oPetrel_2.1-x64.exe
Anyway, it seems the hash problem has gone so I'm going to start its test tomorrow.
Gabor Szots
CCRL testing group
CCRL testing group
-
- Posts: 947
- Joined: Sun Nov 19, 2006 9:16 pm
- Location: Russia
- Full name: Aleks Peshkov
Re: New amateur chess engine Petrel
Thank you very much.Gabor Szots wrote: ↑Mon Oct 13, 2025 9:59 pm Anyway, it seems the hash problem has gone so I'm going to start its test tomorrow.
-
- Posts: 1466
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: New amateur chess engine Petrel
Nevertheless, I suggest you offer Windows exes for download. I am sure all testing groups and most individuals have only Windows machines.
Gabor Szots
CCRL testing group
CCRL testing group