mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
simd/codepoint-width: reinclude correct file
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Generates code for every target that this compiler can support.
|
||||
#undef HWY_TARGET_INCLUDE
|
||||
#define HWY_TARGET_INCLUDE "simd/vt.cpp" // this file
|
||||
#include <hwy/foreach_target.h> // must come before highway.h
|
||||
#define HWY_TARGET_INCLUDE "simd/codepoint_width.cpp" // this file
|
||||
#include <hwy/foreach_target.h> // must come before highway.h
|
||||
#include <hwy/highway.h>
|
||||
#include <hwy/print-inl.h>
|
||||
|
||||
|
Reference in New Issue
Block a user