aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/platform.h
diff options
context:
space:
mode:
authorakhropov <akhropov@yandex-team.ru>2022-02-10 16:46:32 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:32 +0300
commit298c6da79f1d8f35089a67f463f0b541bec36d9b (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/system/platform.h
parent00afc96e9c0298054b7386fa7fb9e3cc3d67b974 (diff)
downloadydb-298c6da79f1d8f35089a67f463f0b541bec36d9b.tar.gz
Restoring authorship annotation for <akhropov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/platform.h')
-rw-r--r--util/system/platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/platform.h b/util/system/platform.h
index 5c4abea622..58f310ab34 100644
--- a/util/system/platform.h
+++ b/util/system/platform.h
@@ -138,10 +138,10 @@
#define _sse2_
#endif
-#if defined(__SSE3__) || defined(SSE3_ENABLED)
+#if defined(__SSE3__) || defined(SSE3_ENABLED)
#define _sse3_
-#endif
-
+#endif
+
#if defined(__SSSE3__) || defined(SSSE3_ENABLED)
#define _ssse3_
#endif