diff options
author | spreis <spreis@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
commit | b49848d6e361b76904f094b7d5e10d6edea75afe (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/system/cpu_id_ut.cpp | |
parent | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff) | |
download | ydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz |
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/cpu_id_ut.cpp')
-rw-r--r-- | util/system/cpu_id_ut.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/util/system/cpu_id_ut.cpp b/util/system/cpu_id_ut.cpp index 01fe0752e5..68f1f8aac7 100644 --- a/util/system/cpu_id_ut.cpp +++ b/util/system/cpu_id_ut.cpp @@ -24,7 +24,7 @@ static void ExecuteAVX2Instruction(); static void ExecutePOPCNTInstruction(); static void ExecuteBMI1Instruction(); static void ExecuteBMI2Instruction(); -static void ExecutePCLMULInstruction(); +static void ExecutePCLMULInstruction(); static void ExecuteAESInstruction(); static void ExecuteAVXInstruction(); static void ExecuteAVX2Instruction(); @@ -176,13 +176,13 @@ void ExecuteBMI2Instruction() { : "rax"); } -void ExecutePCLMULInstruction() { - __asm__ __volatile__("pclmullqlqdq %%xmm0, %%xmm0\n" - : - : - : "xmm0"); -} - +void ExecutePCLMULInstruction() { + __asm__ __volatile__("pclmullqlqdq %%xmm0, %%xmm0\n" + : + : + : "xmm0"); +} + void ExecuteAESInstruction() { __asm__ __volatile__("aesimc %%xmm0, %%xmm0\n" : @@ -294,9 +294,9 @@ void ExecuteBMI1Instruction() { void ExecuteBMI2Instruction() { } -void ExecutePCLMULInstruction() { -} - +void ExecutePCLMULInstruction() { +} + void ExecuteAESInstruction() { } @@ -391,9 +391,9 @@ void ExecuteBMI1Instruction() { void ExecuteBMI2Instruction() { } -void ExecutePCLMULInstruction() { -} - +void ExecutePCLMULInstruction() { +} + void ExecuteAESInstruction() { } |