summaryrefslogtreecommitdiffstats
path: root/util/system/platform.h
diff options
context:
space:
mode:
authorspreis <[email protected]>2022-02-10 16:47:13 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:13 +0300
commitbcd1126cbd5d445cd0665d295198aa39c6ab8cbe (patch)
treed41d29a041d5733ef148335290dbb817b197d4cd /util/system/platform.h
parent986cb5d624f352524bfa0c42c9a7695235cdaa41 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/platform.h')
-rw-r--r--util/system/platform.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/util/system/platform.h b/util/system/platform.h
index 58f310ab344..ec9a69de828 100644
--- a/util/system/platform.h
+++ b/util/system/platform.h
@@ -146,38 +146,38 @@
#define _ssse3_
#endif
-#if defined(__SSE4_1__) || defined(SSE41_ENABLED)
+#if defined(__SSE4_1__) || defined(SSE41_ENABLED)
#define _sse4_1_
-#endif
-
-#if defined(__SSE4_2__) || defined(SSE42_ENABLED)
+#endif
+
+#if defined(__SSE4_2__) || defined(SSE42_ENABLED)
#define _sse4_2_
-#endif
-
-#if defined(__POPCNT__) || defined(POPCNT_ENABLED)
+#endif
+
+#if defined(__POPCNT__) || defined(POPCNT_ENABLED)
#define _popcnt_
#endif
-#if defined(__PCLMUL__) || defined(PCLMUL_ENABLED)
+#if defined(__PCLMUL__) || defined(PCLMUL_ENABLED)
#define _pclmul_
-#endif
-
-#if defined(__AES__) || defined(AES_ENABLED)
+#endif
+
+#if defined(__AES__) || defined(AES_ENABLED)
#define _aes_
-#endif
-
-#if defined(__AVX__) || defined(AVX_ENABLED)
+#endif
+
+#if defined(__AVX__) || defined(AVX_ENABLED)
#define _avx_
-#endif
-
-#if defined(__AVX2__) || defined(AVX2_ENABLED)
+#endif
+
+#if defined(__AVX2__) || defined(AVX2_ENABLED)
#define _avx2_
-#endif
-
-#if defined(__FMA__) || defined(FMA_ENABLED)
+#endif
+
+#if defined(__FMA__) || defined(FMA_ENABLED)
#define _fma_
-#endif
-
+#endif
+
#if defined(__DLL__) || defined(_DLL)
#define _dll_
#endif