Build only the SIMD code with SIMD compiler flags

This commit is contained in:
Kovid Goyal
2024-01-24 14:11:22 +05:30
parent 465616223c
commit 7e77a196e6
8 changed files with 172 additions and 55 deletions

9
kitty/simd-string-256.c Normal file
View 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"