This commit is contained in:
Kovid Goyal 2024-01-05 12:41:54 +05:30
parent 2cb87861c0
commit 99e67f0859
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -5,14 +5,15 @@
* Distributed under terms of the GPL3 license.
*/
#define SIMDE_ENABLE_NATIVE_ALIASES
#include "data-types.h"
#include "charsets.h"
#include "simd-string.h"
#include "simd-string-impl.h"
#undef BITS
#define BITS 128
#include "simd-string-impl.h"
#define BITS 256
#include "simd-string-impl.h"
#undef BITS
static bool has_sse4_2 = false, has_avx2 = false;
// find_either_of_two_bytes {{{