diff options
author | kmosienko <kmosienko@yandex-team.ru> | 2022-02-10 16:46:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:53 +0300 |
commit | 3f323c9df018d4e22aed7bfb99d27749b8c1d180 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /util/system | |
parent | b5a9a2b99dd4fa6005304f0f60f4005137f18cb3 (diff) | |
download | ydb-3f323c9df018d4e22aed7bfb99d27749b8c1d180.tar.gz |
Restoring authorship annotation for <kmosienko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/platform.h b/util/system/platform.h index 5b3dae574b..58f310ab34 100644 --- a/util/system/platform.h +++ b/util/system/platform.h @@ -156,8 +156,8 @@ #if defined(__POPCNT__) || defined(POPCNT_ENABLED) #define _popcnt_ -#endif - +#endif + #if defined(__PCLMUL__) || defined(PCLMUL_ENABLED) #define _pclmul_ #endif |