mirror of
https://github.com/kovidgoyal/kitty.git
synced 2025-12-23 12:14:55 +01:00
10 lines
199 B
C
10 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 128
|
|
#include "simd-string-impl.h"
|