From 697fbe21ec2dbf55458bb9d6f178f537f3d3db44 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 7 Feb 2024 09:18:02 -0800 Subject: [PATCH] simd/codepoint-width: reinclude correct file --- src/simd/codepoint_width.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simd/codepoint_width.cpp b/src/simd/codepoint_width.cpp index 5d04b94e2..22b06c3a4 100644 --- a/src/simd/codepoint_width.cpp +++ b/src/simd/codepoint_width.cpp @@ -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 // must come before highway.h +#define HWY_TARGET_INCLUDE "simd/codepoint_width.cpp" // this file +#include // must come before highway.h #include #include