Home
last modified time | relevance | path

Searched refs:SIMDUTF_CPLUSPLUS (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.h15 #ifndef SIMDUTF_CPLUSPLUS
17 #define SIMDUTF_CPLUSPLUS (_MSC_VER == 1900 ? 201103L : _MSVC_LANG) macro
19 #define SIMDUTF_CPLUSPLUS __cplusplus macro
24 #if !defined(SIMDUTF_CPLUSPLUS17) && (SIMDUTF_CPLUSPLUS >= 201703L)
29 #if !defined(SIMDUTF_CPLUSPLUS14) && (SIMDUTF_CPLUSPLUS >= 201402L)
34 #if !defined(SIMDUTF_CPLUSPLUS11) && (SIMDUTF_CPLUSPLUS >= 201103L)

Completed in 5 milliseconds