40 #define Vc_VERSION_STRING "1.4.1" 46 #define Vc_VERSION_NUMBER 0x010402 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
93 #if !defined(Vc_NO_VERSION_CHECK) && !defined(Vc_COMPILE_LIB) 94 namespace Vc_VERSIONED_NAMESPACE
103 void Vc_CDECL checkLibraryAbi(
unsigned int compileTimeAbi,
unsigned int versionNumber,
113 static struct runLibraryAbiCheck {
118 } _runLibraryAbiCheck;
125 #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()