mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +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.
|
// Generates code for every target that this compiler can support.
|
||||||
#undef HWY_TARGET_INCLUDE
|
#undef HWY_TARGET_INCLUDE
|
||||||
#define HWY_TARGET_INCLUDE "simd/vt.cpp" // this file
|
#define HWY_TARGET_INCLUDE "simd/codepoint_width.cpp" // this file
|
||||||
#include <hwy/foreach_target.h> // must come before highway.h
|
#include <hwy/foreach_target.h> // must come before highway.h
|
||||||
#include <hwy/highway.h>
|
#include <hwy/highway.h>
|
||||||
#include <hwy/print-inl.h>
|
#include <hwy/print-inl.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user