mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Build only the SIMD code with SIMD compiler flags
This commit is contained in:
9
kitty/simd-string-256.c
Normal file
9
kitty/simd-string-256.c
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* 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"
|
||||
Reference in New Issue
Block a user