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/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release
gmake[1]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[2]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
-- Found Git: /usr/bin/git (found version "2.39.5") 
-- Found Git: /usr/bin/git (found version "2.39.5") 
-- Cloning lps...
fatal: not a git repository (or any of the parent directories): .git
Cloning into 'lps'...
fatal: not a git repository (or any of the parent directories): .git
gmake[3]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
[  0%] Built target check_git_hash
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
[  4%] Built target checkout_lps
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[3]: Entering directory '/tmp/tmpn1km5qcs/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/evaluation.cpp.o
[ 14%] Building CXX object CMakeFiles/clockwork-lib.dir/src/board.cpp.o
[ 16%] Building CXX object CMakeFiles/clockwork-lib.dir/src/dbg_tools.cpp.o
[ 19%] Building CXX object CMakeFiles/clockwork-lib.dir/src/move.cpp.o
[ 21%] Building CXX object CMakeFiles/clockwork-lib.dir/src/movegen.cpp.o
[ 26%] Building CXX object CMakeFiles/clockwork-lib.dir/src/movepick.cpp.o
[ 26%] Building CXX object CMakeFiles/clockwork-lib.dir/src/history.cpp.o
[ 30%] Building CXX object CMakeFiles/clockwork-lib.dir/src/repetition_info.cpp.o
[ 35%] Building CXX object CMakeFiles/clockwork-lib.dir/src/geometry.cpp.o
[ 35%] Building CXX object CMakeFiles/clockwork-lib.dir/src/perft.cpp.o
[ 35%] Building CXX object CMakeFiles/clockwork-lib.dir/src/position.cpp.o
[ 38%] Building CXX object CMakeFiles/clockwork-lib.dir/src/search.cpp.o
[ 40%] Building CXX object CMakeFiles/clockwork-lib.dir/src/speedtest.cpp.o
[ 42%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tm.cpp.o
[ 45%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tt.cpp.o
[ 47%] Building CXX object CMakeFiles/clockwork-lib.dir/src/tuned.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
[ 57%] 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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/geometry.cpp17::291: :
error: In file included from expected ';' after alias declaration/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/geometry.hpp
:    using inner_type = Env::template vector<T, N>;3
:
                       ^In file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp    using inner_type = Env::template vector<T, N>;:
6                            ^:

In file included from                             ;/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp
:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/repetition_info.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/repetition_info.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bench.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bench.hpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuned.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuned.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:29: error: expected ';' after alias declarationIn file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from     using inner_type = Env::template vector<T, N>;/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp
:                            ^3
:
                            ;/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/cuckoo.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/cuckoo.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hppIn file included from :20/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/evaluation.cpp::421::
 In file included from error: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/evaluation.hpp:use of undeclared identifier 'inner_type'3
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/eval_types.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp3::
17In file included from :29/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:: 6error: :
In file included from expected ';' after alias declaration
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    explicit constexpr basic_vector_mask(inner_type::raw_type value);:
3                                         ^:

/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:    using inner_type = Env::template vector<T, N>;24
:                            ^ 
error:                             ;
expected a type
    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'In file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/speedtest.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/speedtest.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from     explicit constexpr basic_vector_mask(inner_type::raw_type value);/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp
:                                         ^6
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:17:24: error: expected a type
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/perft.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tt.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tt.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp17::329:
:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp :error: 17expected ';' after alias declaration:
24: 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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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 In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.cpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movepick.cpp::11:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movepick.hpp::33:
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tm.cppIn file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:1:3:
3:
In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tm.hppIn file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:6:
3:
In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hppIn file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:3:19:
6:
In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hppIn file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:3:4:
19:
In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hppIn file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:::334:
:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:::6173:
::
In file included from 24/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:::17 19::
error: 24In file included from :expected a type/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp 
:error: 4:
expected a typeIn file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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>;

                       ^                       ^

    using inner_type = Env::template vector<T, N>;
                       ^
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:::171717:::292929:::   error: error: error: expected ';' after alias declarationexpected ';' after alias declarationexpected ';' after alias declaration


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


                            ^                            ^                            ^


                            ;                            ;                            ;


In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/uci.cpp17::129:
:In file included from  /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/uci.hpperror: :expected ';' after alias declaration3
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    using inner_type = Env::template vector<T, N>;:
3                            ^:

/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/zobrist.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/zobrist.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::4920:19::42 :error:  unknown type name 'inner_type'error: 
use of undeclared identifier 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42:: 49error: :19use of undeclared identifier 'inner_type':
 error: unknown type name 'inner_type'
    explicit constexpr basic_vector_mask(inner_type::raw_type value);
                                         ^
    [[nodiscard]] inner_type to_vector() const;
                  ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:20:42: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::4949::1919::  error: error: unknown type name 'inner_type'unknown type name 'inner_type'

    [[nodiscard]] inner_type to_vector() const;    [[nodiscard]] inner_type to_vector() const;

                  ^                  ^

/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp::4949::1919::  error: error: unknown type name 'inner_type'unknown type name 'inner_type'

    [[nodiscard]] inner_type to_vector() const;    [[nodiscard]] inner_type to_vector() const;

                  ^                  ^

/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:54:5: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpperror: :unknown type name 'inner_type'54
:5: error: unknown type name 'inner_type'
    inner_type raw;
    ^
    inner_type raw;
    ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp54::554:: 5error: :unknown type name 'inner_type' 
error: unknown type name 'inner_type'
    inner_type raw;
    ^
    inner_type raw;
    ^
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/geometry.cpp:1/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/repetition_info.cpp:
:In file included from 1/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/geometry.hpp:
:In file included from 3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/repetition_info.hpp:
:In file included from 3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:
:In file included from 3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:
:In file included from 3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:
:In file included from 6/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:
:In file included from 6/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:
:In file included from 19/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:
:In file included from 19/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:
:4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:
:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5141::41 :error:  'template' keyword not permitted hereerror: 
'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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::5050::  error: parameter name cannot have template argumentserror: 
parameter name cannot have template arguments
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51::5051:: 50error: :C++ requires a type specifier for all declarations 
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
                             ~~~~~               ^
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5175::75 :error:  expected ')'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                                                                          ^

                                                                          ^
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5129::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                            ^

                            ^
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.cpp::3:
1In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp6::
3In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp3::
3In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp6::
3In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp19::
6In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp4::
19In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp4::
4:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp51::441:
:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp :error: 51:'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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5051:: error: 50parameter declarator cannot be qualified:
 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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5150::50 :error:  parameter name cannot have template argumentserror: 
parameter name cannot have template arguments
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151:50::50 :error:  C++ requires a type specifier for all declarationserror: 
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

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

/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::2929::  note: note: to match this '('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

                            ^                            ^

In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.hpp:3In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/speedtest.cpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp::31:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/speedtest.hpp::63:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp::193:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp::43:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp::43:
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp::516::
41In file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp :error: 19:
In file included from 'template' keyword not permitted here/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp
:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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:50: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: :parameter declarator cannot be qualified51
: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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp :error: 51:parameter name cannot have template arguments50:
 error: parameter name cannot have template arguments/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
:51/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:50::51 :error: 50C++ requires a type specifier for all declarations:
 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

                             ~~~~~               ^
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::5175::75:  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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::5151::2929::  note: note: to match this '('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
                            ^

                            ^
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuned.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuned.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.cpp3::
In file included from 1/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:
:In file included from 6/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.hpp:
:In file included from 3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:
:In file included from 19/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:
:In file included from 6/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:
:In file included from 19/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:
:4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:
:In file included from 51/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::414::
 /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: :51'template' keyword not permitted here:
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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hppIn file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bench.cpp51::501::
: In file included from error: 51/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bench.hppparameter declarator cannot be qualified::
501::
 error: In file included from parameter declarator cannot be qualified/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp
:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const:

In file included from                                    ~~~~~         ^/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp
:    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const3
:
                                   ~~~~~         ^In file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::6/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51:
:In file included from :5150/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:::50 19::
error:  In file included from parameter name cannot have template argumentserror: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hppparameter name cannot have template arguments

:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp4::
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51In file included from ::/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp5150::4:50:
 :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror:  :C++ requires a type specifier for all declarationserror: 51
C++ requires a type specifier for all declarations:
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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/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
                                        ^~~~~~~~~
/tmp/tmpn1km5qcs/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 
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const                                                                          ^error: 

parameter declarator cannot be qualified                                                                          ^

/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp51::2951:: 29note: 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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/evaluation.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/evaluation.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/eval_types.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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
                             ~~~~~               ^
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/cuckoo.cpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/cuckoo.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constIn file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp                                                                          ^:
19:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp51::294::
 In file included from note: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppto match this '(':
4:
/tmp/tmpn1km5qcs/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
In file included from                                         ^~~~~~~~~
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.hpp::351::
50In file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp :error: 3parameter declarator cannot be qualified:
In file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constIn file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp                                   ~~~~~         ^
:4:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:: 51:error: 50'template' keyword not permitted here:
 error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error:     constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constparameter declarator cannot be qualified

                             ~~~~~               ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
50                                                                          ^
: error: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hppparameter name cannot have template arguments:
51:29/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp::51 :note: 50:to match this '(' 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                            ^

                             ~~~~~               ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/perft.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:75: error: expected ')'
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tt.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tt.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.hpp:3:
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) constIn file included from 
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp                                                                          ^:
3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:
:In file included from 51/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp::296::
 In file included from note: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hppto match this '(':
3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hppIn file included from :4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tm.cpp:
:In file included from 1/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tm.hpp:
:3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:
:In file included from 51/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp::413::
 In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpperror: :3'template' keyword not permitted here:

In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51
:                                   ~~~~~         ^50
: error: C++ requires a type specifier for all declarations
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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                             ~~~~~               ^:
50: error: C++ requires a type specifier for all declarations
/tmp/tmpn1km5qcs/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/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp
:                                                                          ^51
:75: error: expected ')'/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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 '('
    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                            ^
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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
                             ~~~~~               ^
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/uci.cpp:51::1:
75In file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/uci.hpp :error: 3expected ')'
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from     constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp                                                                          ^:
19:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:In file included from 51/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:29::4 :
note: In file included from to match this '('
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:41:     constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
error: 'template' keyword not permitted here                            ^

    constexpr vector swizzle(const Env::template vector<T, 16 / sizeof(T)>& src) const
                                        ^~~~~~~~~
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/zobrist.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/zobrist.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movepick.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movepick.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/graph.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/graph.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/arena.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:3:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/repetition_info.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/repetition_info.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/geometry.cpp6::
In file included from 1/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:
:In file included from 19/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/geometry.hpp:
:In file included from 3/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:
:In file included from 4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:
:3:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp18::672:
:In file included from  /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpperror: :use of undeclared identifier 'inner_type'19
:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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) :
                                                                       ^
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/perft.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tt.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tt.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/position.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/board.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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 In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/speedtest.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/speedtest.hpp:3:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.cppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp1::
3In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp3::
3In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp3::
3In file included from :
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hppIn file included from :/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp6::
6In file included from :
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp::1919:
:
In file included from In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::44:
:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::1818::7272::  error: error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

In file included from   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) :

                                                                       ^                                                                       ^

/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movegen.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bitboard.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:72: error: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppuse of undeclared identifier 'inner_type':
28:25: error: use of undeclared identifier 'inner_type'
    raw = std::bit_cast<inner_type>(a);
                        ^
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuned.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuned.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bench.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/bench.hpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/evaluation.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/evaluation.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/eval_types.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/cuckoo.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/cuckoo.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/move.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.def.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp::1949:
In file included from :19/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp::4 :
error: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppunknown type name 'inner_type':
18:72: error: use of undeclared identifier 'inner_type'
    [[nodiscard]] inner_type to_vector() const;
                  ^
  LPS_INLINE constexpr basic_vector_mask<T, N, Env>::basic_vector_mask(inner_type::raw_type value) :
                                                                       ^
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tm.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tm.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/search.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/zobrist.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/zobrist.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/uci.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/uci.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movepick.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/movepick.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/history.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/common.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::2828::2525::  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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:28:25: error:     raw = std::bit_cast<inner_type>(a);
use of undeclared identifier 'inner_type'                        ^

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

    result.raw = inner_type::zero();    result.raw = inner_type::zero();
                 ^

                 ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:18:: 34error: :use of undeclared identifier 'inner_type'18
: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    result.raw = inner_type::zero();:
    result.raw = inner_type::zero();34
                 ^:                 ^
18
: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::zero();
                 ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:34:18: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/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();    result.raw = inner_type::zero();
                 ^

                 ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55::9755:: 97error: :'template' keyword not permitted here 
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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp: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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp41::5518::97 :error:  error: use of undeclared identifier 'inner_type''template' keyword not permitted here

    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpperror: /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hppuse of undeclared identifier 'inner_type'::
4141::1818::  error: error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

    result.raw = inner_type::splat(value ? true_value : false_value);    result.raw = inner_type::splat(value ? true_value : false_value);

                 ^    result.raw = inner_type::splat(value ? true_value : false_value);                 ^


                 ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:41:18: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    result.raw = inner_type::splat(value ? true_value : false_value);
:                 ^41
:18: error: use of undeclared identifier 'inner_type'
    result.raw = inner_type::splat(value ? true_value : false_value);
                 ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::105105::1919::  error: error: use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'

    if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {

                  ^                  ^

/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::5555::9797::  error: error: 'template' keyword not permitted here'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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25:     raw = std::bit_cast<inner_type>(a);
error:                         ^use of undeclared identifier 'inner_type'

    raw = std::bit_cast<inner_type>(a);
                        ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::49:4925::25 :error:  error: use of undeclared identifier 'inner_type'
use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error:     raw = std::bit_cast<inner_type>(a);    raw = std::bit_cast<inner_type>(a);'template' keyword not permitted here


                        ^                        ^

    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());
                                                                                                ^~~~~~~~~
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/graph.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/graph.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/arena.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::In file included from 55:5555:/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:::97974:97:::
   /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpperror: error: 'template' keyword not permitted hereerror: 
:'template' keyword not permitted here'template' keyword not permitted here51

:41: 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>());                                                                                                ^~~~~~~~~

                                                                                                ^~~~~~~~~    return std::bit_cast<typename Env::template vector_mask<U, detail::clamped_size<U, N>>>(raw.template convert<U>());

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

                                        ^~~~~~~~~
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/vector.def.hpp:51:50: error: parameter name cannot have template arguments
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp    raw = std::bit_cast<inner_type>(a);
                        ^
:114:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:49:25: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55:97: error: 'template' keyword not permitted here
    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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:55::9755:: 97error: :'template' keyword not permitted here 
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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: :error: 105:use of undeclared identifier 'inner_type'19
: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {
                  ^

                  ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:114/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::19:105 :19error: : use of undeclared identifier 'inner_type'error: 
use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {

                  ^                  ^

/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19: error: :use of undeclared identifier 'inner_type'105
:19: error: use of undeclared identifier 'inner_type'
/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:105:19:     if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {error: 

                  ^                  ^use of undeclared identifier 'inner_type'


    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp::114114::1919::  error: error: :use of undeclared identifier 'inner_type'use of undeclared identifier 'inner_type'114

:19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {

                  ^                  ^

    if constexpr (inner_type::is_128_bit) {
                  ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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) {
                  ^
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/graph.cpp:1:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/graph.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/arena.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/tuning/value.hpp:3:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/src/util/types.hpp:6:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/lps.hpp:19:
In file included from /tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/avx2.hpp:4:
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp
:                  ^
148/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:19:: 148error: :19use of undeclared identifier 'inner_type':
 error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {
                  ^

                  ^
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/vendor/lps/include/lps/avx2/basic_vector_mask.hpp:148:19: :error: 148use of undeclared identifier 'inner_type':
19: error: use of undeclared identifier 'inner_type'
    if constexpr (inner_type::is_128_bit) {    if constexpr (inner_type::is_128_bit) {

                  ^                  ^

/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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=]
/tmp/tmpn1km5qcs/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/tmpn1km5qcs/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);
                        ^
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/tmpn1km5qcs/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();
                 ^
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/tmpn1km5qcs/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: fatal error: too many errors emitted, stopping now [-ferror-limit=]
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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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/tmpn1km5qcs/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) {
                  ^
20 errors generated.
fatal error: too many errors emitted, stopping now [-ferror-limit=]
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:90: CMakeFiles/clockwork-lib.dir/src/board.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:104: CMakeFiles/clockwork-lib.dir/src/cuckoo.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.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:244: CMakeFiles/clockwork-lib.dir/src/repetition_info.cpp.o] Error 1
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.
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:188: CMakeFiles/clockwork-lib.dir/src/movegen.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.
20 errors generated.
20 errors generated.
20 errors generated.
20 errors generated.
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:230: CMakeFiles/clockwork-lib.dir/src/position.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:132: CMakeFiles/clockwork-lib.dir/src/evaluation.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
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:160: CMakeFiles/clockwork-lib.dir/src/history.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:286: CMakeFiles/clockwork-lib.dir/src/tm.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:216: CMakeFiles/clockwork-lib.dir/src/perft.cpp.o] Error 1
gmake[3]: *** [CMakeFiles/clockwork-lib.dir/build.make:202: CMakeFiles/clockwork-lib.dir/src/movepick.cpp.o] Error 1
20 errors generated.
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/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[2]: *** [CMakeFiles/Makefile2:184: CMakeFiles/clockwork-lib.dir/all] Error 2
gmake[2]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
gmake[1]: *** [Makefile:101: all] Error 2
gmake[1]: Leaving directory '/tmp/tmpn1km5qcs/Clockwork/Clockwork-tmp/build-release'
make: *** [Makefile:42: release] Error 2