aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sse/sse.h
diff options
context:
space:
mode:
authorkhristich <khristich@yandex-team.ru>2022-02-10 16:50:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:12 +0300
commit52d24beed6b5a0160b2f9f9e8153616392108797 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/sse/sse.h
parent4488b6dd6356a10e57c74303b91211469ab2ec34 (diff)
downloadydb-52d24beed6b5a0160b2f9f9e8153616392108797.tar.gz
Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/sse/sse.h')
-rw-r--r--library/cpp/sse/sse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/sse/sse.h b/library/cpp/sse/sse.h
index 6afafb0f377..19bac17de0b 100644
--- a/library/cpp/sse/sse.h
+++ b/library/cpp/sse/sse.h
@@ -10,7 +10,7 @@
#include <util/system/platform.h>
-#if (defined(_i386_) || defined(_x86_64_)) && defined(_sse_)
+#if (defined(_i386_) || defined(_x86_64_)) && defined(_sse_)
#include <xmmintrin.h>
#include <emmintrin.h>
#include <pmmintrin.h>