Files
kitty-mirror/kitty/simd-string-256.c
2024-02-25 09:57:38 +05:30

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 256
#include "simd-string-impl.h"