diff options
author | snermolaev <[email protected]> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:53 +0300 |
commit | 7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/charset/wide_sse41.cpp | |
parent | 2015790ac9fcc04caab83fccc23ab2460310a797 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/charset/wide_sse41.cpp')
-rw-r--r-- | util/charset/wide_sse41.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/util/charset/wide_sse41.cpp b/util/charset/wide_sse41.cpp index addbdd56526..d1f2a74851e 100644 --- a/util/charset/wide_sse41.cpp +++ b/util/charset/wide_sse41.cpp @@ -1,17 +1,17 @@ #include <util/charset/wide.h> -#include <util/system/types.h> +#include <util/system/types.h> -#ifdef SSE41_STUB - -namespace NDetail { - void UTF8ToWideImplSSE41(const unsigned char*&, const unsigned char*, wchar16*&) noexcept { - } +#ifdef SSE41_STUB + +namespace NDetail { + void UTF8ToWideImplSSE41(const unsigned char*&, const unsigned char*, wchar16*&) noexcept { + } void UTF8ToWideImplSSE41(const unsigned char*&, const unsigned char*, wchar32*&) noexcept { } -} - -#else - +} + +#else + #include <util/system/compiler.h> #include <cstring> @@ -243,5 +243,5 @@ namespace NDetail { // Possible improvement: go back to the vectorized processing after the error or the 4 byte sequence } } - -#endif + +#endif |