Searched refs:_PSTL_VERSION (Results 1 – 3 of 3) sorted by relevance
16 #define _PSTL_VERSION 12000 macro17 #define _PSTL_VERSION_MAJOR (_PSTL_VERSION / 1000)18 #define _PSTL_VERSION_MINOR ((_PSTL_VERSION % 1000) / 10)19 #define _PSTL_VERSION_PATCH (_PSTL_VERSION % 10)
11 static_assert(_PSTL_VERSION == 12000);
11 file(STRINGS "${PARALLELSTL_VERSION_FILE}" PARALLELSTL_VERSION_SOURCE REGEX "#define _PSTL_VERSION …12 string(REGEX REPLACE "#define _PSTL_VERSION (.*)$" "\\1" PARALLELSTL_VERSION_SOURCE "${PARALLELSTL_…