diff options
Diffstat (limited to 'src/simd/codepoint_width.cpp')
| -rw-r--r-- | src/simd/codepoint_width.cpp | 4 |
1 files 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 <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> |
