diff options
author | spreis <[email protected]> | 2022-02-10 16:47:13 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:13 +0300 |
commit | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (patch) | |
tree | d41d29a041d5733ef148335290dbb817b197d4cd /util/system/cpu_id_ut.cpp | |
parent | 986cb5d624f352524bfa0c42c9a7695235cdaa41 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 68f1f8aac7f..01fe0752e50 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() { } |