Actions: ericlin1001/FastLanes
Actions
9 workflow runs
9 workflow runs
export CMAKE_EXTRA_FLAGS=" -DFLS_ENABLE_COMPATIABLE_CXX17_HEADER=ON " && make to build with cxx17 header.
* With this FLS_ENABLE_COMPATIABLE_CXX17_HEADER on, the following features are enabled:
* use __builtin_popcountll for std::popcount
* use find for contains
* alias tcb_span.hpp as std::span when c+20 header is not avaiable
* replace <span> to...
Python
#8:
Commit 3b523d4
pushed
by
ericlin1001