simd-string-256.c 199 B

12345678910
  1. /*
  2. * simd-string-128.c
  3. * Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
  4. *
  5. * Distributed under terms of the GPL3 license.
  6. */
  7. #define KITTY_SIMD_LEVEL 256
  8. #include "simd-string-impl.h"