pkg/utfcpp

This commit is contained in:
Mitchell Hashimoto
2024-02-04 16:14:11 -08:00
parent 626d4170fe
commit 120273aa1a
14 changed files with 91 additions and 1478 deletions

View File

@@ -4,12 +4,13 @@
#include <hwy/foreach_target.h> // must come before highway.h
#include <hwy/highway.h>
#include <simd/index_of.h>
#include <simd/simdutf.h>
#include <simd/utf8.h>
#include <simd/vt.h>
#include <simdutf.h>
#include <utf8.h>
#include <vector>
#include <simd/index_of.h>
#include <simd/vt.h>
HWY_BEFORE_NAMESPACE();
namespace ghostty {
namespace HWY_NAMESPACE {