mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 19:49:32 +02:00
Build only the SIMD code with SIMD compiler flags
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
#include "data-types.h"
|
||||
#include "charsets.h"
|
||||
#include "simd-string.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 {{{
|
||||
|
||||
Reference in New Issue
Block a user