cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DCLOCKWORK_MARCH_TARGET=native -B build-release -S . && cmake --build build-release -j
-- The CXX compiler identification is Clang 14.0.6
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using -march=native for optimizations
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- LTO is set to: NO
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release
gmake[1]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[2]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
-- Found Git: /usr/bin/git (found version "2.39.5") 
fatal: not a git repository (or any of the parent directories): .git
-- Found Git: /usr/bin/git (found version "2.39.5") 
-- Cloning lps...
Cloning into 'lps'...
fatal: not a git repository (or any of the parent directories): .git
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
[  0%] Built target check_git_hash
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
[  2%] Building CXX object CMakeFiles/git_hash.dir/gen/util/version.cpp.o
[  4%] Linking CXX static library libgit_hash.a
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
[  4%] Built target git_hash
-- Checking out lps commit 392ee574034b89739928de528e41ed4cab9482e8...
HEAD is now at 392ee57 undo masking removal for swizzle (avx512)
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
[  4%] Built target checkout_lps
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
[  7%] Building CXX object CMakeFiles/clockwork-lib.dir/src/bench.cpp.o
[  9%] Building CXX object CMakeFiles/clockwork-lib.dir/src/cuckoo.cpp.o
[ 11%] Building CXX object CMakeFiles/clockwork-lib.dir/src/geometry.cpp.o
[ 14%] Building CXX object CMakeFiles/clockwork-lib.dir/src/history.cpp.o
[ 16%] Building CXX object CMakeFiles/clockwork-lib.dir/src/board.cpp.o
[ 19%] Building CXX object CMakeFiles/clockwork-lib.dir/src/evaluation.cpp.o
[ 23%] Building CXX object CMakeFiles/clockwork-lib.dir/src/movegen.cpp.o
[ 23%] Building CXX object CMakeFiles/clockwork-lib.dir/src/dbg_tools.cpp.o
[ 26%] Building CXX object CMakeFiles/clockwork-lib.dir/src/position.cpp.o
[ 30%] Building CXX object CMakeFiles/clockwork-lib.dir/src/search.cpp.o
[ 30%] Building CXX object CMakeFiles/clockwork-lib.dir/src/movepick.cpp.o
[ 33%] Building CXX object CMakeFiles/clockwork-lib.dir/src/repetition_info.cpp.o
[ 40%] Building CXX object CMakeFiles/clockwork-lib.dir/src/move.cpp.o
[ 40%] Building CXX object CMakeFiles/clockwork-lib.dir/src/perft.cpp.o
[ 40%] Building CXX object CMakeFiles/clockwork-lib.dir/src/speedtest.cpp.o
[ 42%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tt.cpp.o
[ 45%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tuned.cpp.o
[ 50%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tm.cpp.o
[ 50%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tuning/value.cpp.o
[ 52%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tuning/graph.cpp.o
[ 54%] Building CXX object CMakeFiles/clockwork-lib.dir/src/zobrist.cpp.o
[ 57%] Building CXX object CMakeFiles/clockwork-lib.dir/src/uci.cpp.o
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tm.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tm.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bench.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/geometry.cpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bench.hpp::11:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/geometry.hpp::33:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp::33:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp::36:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp::619:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::194:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::43:
:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::173::
24/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:: 17:error: 24expected a type:
 error: expected a type
    using inner_type = Env::template vector<T, N>;    using inner_type = Env::template vector<T, N>;

                       ^                       ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::1717::2929::  error: error: expected ';' after alias declarationexpected ';' after alias declaration

    using inner_type = Env::template vector<T, N>;    using inner_type = Env::template vector<T, N>;
                            ^

                            ;                            ^

                            ;
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/repetition_info.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/repetition_info.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
    using inner_type = Env::template vector<T, N>;
                                         ^                       ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.cpp::31:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.hpp::33:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp::66:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp::1919:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::44:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::33:
:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::1717::2424::  error: error: expected a typeexpected a type

    using inner_type = Env::template vector<T, N>;    using inner_type = Env::template vector<T, N>;

                       ^                       ^

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/zobrist.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/zobrist.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: :error: 17expected ';' after alias declaration:
29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
    using inner_type = Env::template vector<T, N>;                            ^

                            ^                            ;

                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/speedtest.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.cpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/speedtest.hpp::13:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp::33:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp::33:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp::63:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp::196:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp::419:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::34:
:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::173::
24/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:: 17:error: 24:expected a type 
error: expected a type
    using inner_type = Env::template vector<T, N>;    using inner_type = Env::template vector<T, N>;

                       ^                       ^

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/uci.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/uci.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpperror: :expected ';' after alias declaration17
:29: error: expected ';' after alias declaration
In file included from     using inner_type = Env::template vector<T, N>;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuned.cpp    using inner_type = Env::template vector<T, N>;                            ^:

1                            ;                            ^:


In file included from                             ;/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuned.hpp:
3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/evaluation.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/evaluation.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/eval_types.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::1717::2429: :error: expected a type 
error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;    using inner_type = Env::template vector<T, N>;
                       ^

                            ^
                            ;
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tt.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tt.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/cuckoo.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/cuckoo.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:    using inner_type = Env::template vector<T, N>;19
:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp                       ^In file included from 
:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp17:4::
29In file included from : /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpperror: expected ';' after alias declaration:3
:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp :error: 20expected a type:
42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);    using inner_type = Env::template vector<T, N>;
                       ^

                                         ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/perft.cpp:: 1error: :
In file included from use of undeclared identifier 'inner_type'/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.hpp
:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:    explicit constexpr basic_vector_mask(inner_type::raw_type value);4
:
In file included from                                          ^/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:
3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                       ^
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movepick.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movepick.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;    using inner_type = Env::template vector<T, N>;
                       ^

                            ^
                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::2020::4242::  error: error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

    explicit constexpr basic_vector_mask(inner_type::raw_type value);    explicit constexpr basic_vector_mask(inner_type::raw_type value);

                                         ^                                         ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpperror: :unknown type name 'inner_type'49
:19: error: unknown type name 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19:     [[nodiscard]] inner_type to_vector() const;error: 
                  ^unknown type name 'inner_type'

    [[nodiscard]] inner_type to_vector() const;
                  ^
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49::19:49 :error: 19unknown type name 'inner_type':
 error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19: error: unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tm.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tm.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bench.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bench.hpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constIn file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.cpp:1
:
                                        ^~~~~~~~~In file included from 
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp::516::
50In file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp :error: 3parameter declarator cannot be qualified:

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:
51                                   ~~~~~         ^:
41: error: 'template' keyword not permitted here
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
:                                    ~~~~~         ^error: 
expected ')'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const51
:                                                                          ^50
: error: /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hppC++ requires a type specifier for all declarations:
51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:                            ^51
:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/geometry.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/geometry.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/repetition_info.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/repetition_info.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/graph.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/graph.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/arena.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declaration
    using inner_type = Env::template vector<T, N>;
                            ^
                            ;
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.cpp:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.cpp1::
1In file included from :
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hppIn file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.hpp3::
3In file included from :
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hppIn file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp3::
6In file included from :
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hppIn file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp6::
19In file included from :
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hppIn file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp19::
4In file included from :
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hppIn file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/zobrist.cpp:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp4::
:In file included from 1/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp4:
:
:In file included from 4/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/zobrist.hpp:
::51/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp3:::
5141In file included from ::/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp41 ::error: 6 'template' keyword not permitted here:
error: 
In file included from 'template' keyword not permitted here/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp
:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                        ^~~~~~~~~                                        ^~~~~~~~~

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51::5051:: 50error: :parameter declarator cannot be qualified 
error: parameter declarator cannot be qualified    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const                                   ~~~~~         ^
                                   ~~~~~         ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51::5150::50 :error:  parameter name cannot have template argumentserror: 
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constparameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
                                   ~~~~~         ^/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151
::5050::  /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: error: C++ requires a type specifier for all declarations:51C++ requires a type specifier for all declarations
:
50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:
                              ~~~~~               ^error: 
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constC++ requires a type specifier for all declarations

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp                             ~~~~~               ^:51
:75: /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: :expected ')'51
:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
:                                                                          ^51
:75    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
:                                                                          ^: 51
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: ::51expected ')'29:
:29 :note:  to match this '('note: 
to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const                                                                          ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const                            ^


/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp                            ^
:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tt.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tt.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/cuckoo.cpp::31:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/cuckoo.hpp::63:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.hpp::33:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp::63:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp::619:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::194:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::44:
:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::514::
41/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:: 51error: :'template' keyword not permitted here41
: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~

                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5150::50 :error:  parameter declarator cannot be qualifiederror: 
parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                   ~~~~~         ^                                   ~~~~~         ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::5050::  error: error: parameter name cannot have template argumentsparameter name cannot have template arguments

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::5050::  error: error: C++ requires a type specifier for all declarationsC++ requires a type specifier for all declarations

    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const                             ~~~~~               ^

                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::7575::  error: error: expected ')'expected ')'

    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                                                          ^                                                                          ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::2929::  note: note: to match this '('to match this '('

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/evaluation.cpp    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:

                            ^1
                            ^:

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/evaluation.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/eval_types.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/speedtest.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/speedtest.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:
3                                   ~~~~~         ^
:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:3::
51In file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp50:: 6error: parameter name cannot have template arguments:

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::1951:
:In file included from 50:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp :error: 4C++ requires a type specifier for all declarations:

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error:     constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const'template' keyword not permitted here

                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/uci.cppIn file included from     constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/perft.cpp
:                                        ^~~~~~~~~:1
1:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/uci.hpp:    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:3/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
3:
:                                                                          ^51:
In file included from In file included from 
:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:506/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::::
3In file included from 51/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp :
::error: 3In file included from :
29parameter declarator cannot be qualified/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hppIn file included from ::6
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp :
:note: In file included from 6to match this '('/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:

:In file included from 19    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:
:
In file included from 19                                   ~~~~~         ^/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:
:In file included from 
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const4:
:
4                            ^/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hppIn file included from :

:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppIn file included from 51/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:::5044::
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:
 /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:error: :parameter name cannot have template arguments5151In file included from 
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuned.cpp:::/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp41411::: :
51 :error: error: 'template' keyword not permitted hereIn file included from 50'template' keyword not permitted here

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuned.hpp:: 3error: :
C++ requires a type specifier for all declarationsIn file included from 
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:
4                                        ^~~~~~~~~                                        ^~~~~~~~~
:


                             ~~~~~               ^/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:5151::5041:51:: :5075error: : :error: parameter declarator cannot be qualified  'template' keyword not permitted hereerror: 

error: parameter declarator cannot be qualifiedexpected ')'

    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                   ~~~~~         ^
                                                                          ^
                                   ~~~~~         ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::50/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp29:5151:::50::   error: 50error: note: parameter name cannot have template arguments:
parameter declarator cannot be qualifiedto match this '(' /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp

error: :parameter name cannot have template arguments51
:50:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp :error: 51C++ requires a type specifier for all declarations:
50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                                   ~~~~~         ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
:                             ~~~~~               ^51
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::51/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp50:::75 :51error:  parameter name cannot have template arguments:error: 
75expected ')'/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
: :error: 51expected ')':
50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:
                                                                           ^note: 
to match this '('/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
:51:    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const29
:                             ~~~~~               ^ 
note: to match this '('
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                            ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter declarator cannot be qualified
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movepick.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movepick.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp50:: 20error: parameter declarator cannot be qualified:
42: error: use of undeclared identifier 'inner_type'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                   ~~~~~         ^
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: C++ requires a type specifier for all declarations
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                             ~~~~~               ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tm.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tm.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:49:19:  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) : 
                                                                       ^error: 
unknown type name 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bench.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bench.hpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/geometry.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/geometry.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tt.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tt.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/repetition_info.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/repetition_info.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/perft.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.cpp:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.cpp1::
1In file included from :
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.hppIn file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp3::
3In file included from :
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hppIn file included from :/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp6::
3In file included from :
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp::196:
:
In file included from In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp::419:
:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::184::
72:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp :18error: :72use of undeclared identifier 'inner_type':
 error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :

                                                                       ^                                                                       ^

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/zobrist.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/zobrist.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/cuckoo.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/cuckoo.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/speedtest.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/speedtest.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/evaluation.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/evaluation.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/eval_types.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuned.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuned.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/uci.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/uci.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) ::
6                                                                       ^:

In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    raw = std::bit_cast<inner_type>(a);:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp                        ^28::
2825::25 : error: error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

    raw = std::bit_cast<inner_type>(a);    raw = std::bit_cast<inner_type>(a);

                        ^                        ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movepick.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/movepick.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp28::2528:: 25:error:  error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

    raw = std::bit_cast<inner_type>(a);
                        ^
    raw = std::bit_cast<inner_type>(a);    raw = std::bit_cast<inner_type>(a);

                        ^
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp                        ^
:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp :error: 34use of undeclared identifier 'inner_type':
18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^    result.raw = inner_type::zero();

                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:
18                 ^:
 error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:    result.raw = inner_type::zero();
34                 ^:
18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp
:                        ^34
:18: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:    result.raw = inner_type::zero();34
:                 ^18
: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::3441::1818::  error: error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

    result.raw = inner_type::zero();
                 ^
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/graph.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/graph.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/arena.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41: error: 'template' keyword not permitted here
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
:                                        ^~~~~~~~~18
: error: use of undeclared identifier 'inner_type'/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
:51:50: error: parameter declarator cannot be qualified
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp
                                   ~~~~~         ^
:41:18: /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: :use of undeclared identifier 'inner_type'51
:50/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:: error: 41parameter name cannot have template arguments:
18:/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp: 51error: :use of undeclared identifier 'inner_type'50
    result.raw = inner_type::splat(value ? true_value : false_value);:
                  ^error: 
C++ requires a type specifier for all declarations
    result.raw = inner_type::splat(value ? true_value : false_value);    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const

                 ^                             ~~~~~               ^

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                                                          ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:29: note: to match this '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
:49:25: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());

                        ^                                                                                                ^~~~~~~~~

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19:: 49error: :use of undeclared identifier 'inner_type'25
: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    raw = std::bit_cast<inner_type>(a);:
55                        ^:
97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97:: 55error: :'template' keyword not permitted here97
: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());

                                                                                                ^~~~~~~~~                                                                                                ^~~~~~~~~

/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/graph.cpp:1:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/graph.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/arena.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: use of undeclared identifier 'inner_type'
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp
:                  ^114
:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:    if constexpr (inner_type::is_128_bit) {
148                  ^:
19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'    if constexpr (inner_type::is_128_bit) {

                  ^
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp
:49:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:370: CMakeFiles/clockwork-lib.dir/src/zobrist.cpp.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:314: CMakeFiles/clockwork-lib.dir/src/tuned.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:146: CMakeFiles/clockwork-lib.dir/src/geometry.cpp.o] Error 1
20 errors generated.
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:104: CMakeFiles/clockwork-lib.dir/src/cuckoo.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:90: CMakeFiles/clockwork-lib.dir/src/board.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:342: CMakeFiles/clockwork-lib.dir/src/tuning/value.cpp.o] Error 1
20 errors generated.
20 errors generated.
20 errors generated.
20 errors generated.
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:300: CMakeFiles/clockwork-lib.dir/src/tt.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:174: CMakeFiles/clockwork-lib.dir/src/move.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:244: CMakeFiles/clockwork-lib.dir/src/repetition_info.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:328: CMakeFiles/clockwork-lib.dir/src/tuning/graph.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:188: CMakeFiles/clockwork-lib.dir/src/movegen.cpp.o] Error 1
20 errors generated.
20 errors generated.
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:286: CMakeFiles/clockwork-lib.dir/src/tm.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:230: CMakeFiles/clockwork-lib.dir/src/position.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:76: CMakeFiles/clockwork-lib.dir/src/bench.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:132: CMakeFiles/clockwork-lib.dir/src/evaluation.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:160: CMakeFiles/clockwork-lib.dir/src/history.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:216: CMakeFiles/clockwork-lib.dir/src/perft.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:202: CMakeFiles/clockwork-lib.dir/src/movepick.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:258: CMakeFiles/clockwork-lib.dir/src/search.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:272: CMakeFiles/clockwork-lib.dir/src/speedtest.cpp.o] Error 1
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:356: CMakeFiles/clockwork-lib.dir/src/uci.cpp.o] Error 1
gmake[3]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[2]: *** [CMakeFiles/Makefile2:184: CMakeFiles/clockwork-lib.dir/all] Error 2
gmake[2]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
gmake[1]: *** [Makefile:101: all] Error 2
gmake[1]: Leaving directory '/tmp/tmpwja2uho8/Clockwork/Clockwork-tmp/build-release'
make: *** [Makefile:42: release] Error 2