File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3636#include " ../traits/is_comparable_with_not_equal_operator.h"
3737#include " ../templates/move.h"
3838#include " ../templates/forward.h"
39-
40- #if defined(HD_SSE2)
41- #include < emmintrin.h>
42- #endif
39+ #include " ../simd.h"
4340
4441namespace hud
4542{
Original file line number Diff line number Diff line change 1+ #ifndef HD_INC_CORE_SIMD_H
2+ #define HD_INC_CORE_SIMD_H
3+ #if defined(HD_SSE2 )
4+ #include <emmintrin.h>
5+ #endif
6+ #if defined(HD_SSE4_1 )
7+ #include <smmintrin.h> // _mm_testz_si128
8+ #endif
9+ #endif // HD_INC_CORE_SIMD_H
Original file line number Diff line number Diff line change 11#ifndef HD_INC_CORE_STRING_ENCODING_ASCII_H
22#define HD_INC_CORE_STRING_ENCODING_ASCII_H
33#include " ../../slice.h"
4-
4+ # include " ../../simd.h "
55namespace hud ::encoding
66{
77 /* *
You can’t perform that action at this time.
0 commit comments