mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
9 lines
199 B
C
9 lines
199 B
C
/*
|
|
* simd-string-128.c
|
|
* Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
|
|
*
|
|
* Distributed under terms of the GPL3 license.
|
|
*/
|
|
|
|
#define KITTY_SIMD_LEVEL 256
|
|
#include "simd-string-impl.h"
|