ladybird/Userland/Services/ChessEngine
Daniel Bertalan 6f6b1b3ea1 ChessEngine: Don't call non-constexpr sqrt in a constexpr intiializer
GCC likely has a builtin intrinsic that evaluates the operation at
compile-time, even if the `LibM` is not declared as constexpr. Clang,
however, does not like it, and it failed to compile this code.
2021-07-08 10:11:00 +02:00
..
ChessEngine.cpp ChessEngine: don't store board in non-leaf nodes in MCTS 2021-06-22 23:09:42 +02:00
ChessEngine.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
MCTSTree.cpp ChessEngine: don't store board in non-leaf nodes in MCTS 2021-06-22 23:09:42 +02:00
MCTSTree.h ChessEngine: Don't call non-constexpr sqrt in a constexpr intiializer 2021-07-08 10:11:00 +02:00