Go to the documentation of this file.
16 #ifndef ABSL_CONTAINER_INTERNAL_HAVE_SSE_H_
17 #define ABSL_CONTAINER_INTERNAL_HAVE_SSE_H_
19 #ifndef ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSE2
20 #if defined(__SSE2__) || \
21 (defined(_MSC_VER) && \
22 (defined(_M_X64) || (defined(_M_IX86) && _M_IX86_FP >= 2)))
23 #define ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSE2 1
25 #define ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSE2 0
29 #ifndef ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSSE3
31 #define ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSSE3 1
33 #define ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSSE3 0
37 #if ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSSE3 && \
38 !ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSE2
39 #error "Bad configuration!"
42 #if ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSE2
43 #include <emmintrin.h>
46 #if ABSL_INTERNAL_RAW_HASH_SET_HAVE_SSSE3
47 #include <tmmintrin.h>
50 #endif // ABSL_CONTAINER_INTERNAL_HAVE_SSE_H_
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:01