40 #define Vc_VERSION_STRING "1.3.2-dev"
46 #define Vc_VERSION_NUMBER 0x010305
57 #define Vc_VERSION_CHECK(major, minor, patch) ((major << 16) | (minor << 8) | (patch << 1))
60 #define Vc_LIBRARY_ABI_VERSION 5
63 #define Vc_IS_VERSION_2 (Vc_VERSION_NUMBER >= Vc_VERSION_CHECK(1, 70, 0))
64 #define Vc_IS_VERSION_1 (Vc_VERSION_NUMBER < Vc_VERSION_CHECK(1, 70, 0))
67 namespace Vc_VERSIONED_NAMESPACE
92 #if !defined(Vc_NO_VERSION_CHECK) && !defined(Vc_COMPILE_LIB)
93 namespace Vc_VERSIONED_NAMESPACE
102 void Vc_CDECL checkLibraryAbi(
unsigned int compileTimeAbi,
unsigned int versionNumber,
112 static struct runLibraryAbiCheck {
117 } _runLibraryAbiCheck;
123 #endif // VC_VERSION_H_
const char * versionString()
#define Vc_VERSION_NUMBER
Contains the encoded version number of the Vc headers.
#define Vc_VERSION_STRING
Contains the version string of the Vc headers.
constexpr unsigned int versionNumber()