summaryrefslogtreecommitdiffstats
path: root/util/system/cpu_id_ut.cpp
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/cpu_id_ut.cpp
parent986cb5d624f352524bfa0c42c9a7695235cdaa41 (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.cpp28
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() {
}