Skip to content
Snippets Groups Projects
Commit 8681ad95 authored by tracer-nju's avatar tracer-nju Committed by guo zling
Browse files

Static hostname: starker-HYM-WXX

       Icon name: computer-laptop
         Chassis: laptop
      Machine ID: 9f936e1bf87b4e7cb0e53e5422bcaf22
         Boot ID: 6807ca8cb19d46b2879623d3aaa1c492
Operating System: Ubuntu 22.04.2 LTS
          Kernel: Linux 5.19.0-45-generic
    Architecture: x86-64
 Hardware Vendor: HONOR
  Hardware Model: HYM-WXX
 16:34:23 up  1:34,  1 user,  load average: 0.71, 0.78, 0.74
parent af7b9c94
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ int64_t asm_add(int64_t a, int64_t b) {
int asm_popcnt(uint64_t x) {
int s = 0;
int i = 0;
uint64_t temp;
uint64_t temp = 0;
asm(
"Loop:t\n"
"shrq %[i], %[x] \t\n" //x >>= i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment