diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-07 09:18:02 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-07 09:18:02 -0800 |
| commit | 697fbe21ec2dbf55458bb9d6f178f537f3d3db44 (patch) | |
| tree | 5637a7f00e6832225842479a0d902827fc4ce029 /src/simd | |
| parent | 5692d39067b3f6fd6c179fcce8fe0972e4b4246d (diff) | |
simd/codepoint-width: reinclude correct file
Diffstat (limited to 'src/simd')
| -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> |
