-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 32bit OS用のNNUE_halfkpe9用のコンパイルでwarningが出るの修正。
``` long_effect.cpp:174:34: warning: implicit conversion from 'long long' to 'u32' (aka 'unsigned int') changes value from 2134471622175 to 4167843359 [-Wconstant-conversion] 174 | return (Directions)PEXT64(t, 0b11111000011111000011011000011111000011111); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
- Loading branch information
Showing
2 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters