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