contrib/python-zstandard/zstd/common/cpu.h
changeset 42070 675775c33ab6
parent 40121 73fef626dae3
equal deleted inserted replaced
42069:668eff08387f 42070:675775c33ab6
    76     }
    76     }
    77     if (n >= 7) {
    77     if (n >= 7) {
    78       __asm__(
    78       __asm__(
    79           "pushl %%ebx\n\t"
    79           "pushl %%ebx\n\t"
    80           "cpuid\n\t"
    80           "cpuid\n\t"
    81           "movl %%ebx, %%eax\n\r"
    81           "movl %%ebx, %%eax\n\t"
    82           "popl %%ebx"
    82           "popl %%ebx"
    83           : "=a"(f7b), "=c"(f7c)
    83           : "=a"(f7b), "=c"(f7c)
    84           : "a"(7), "c"(0)
    84           : "a"(7), "c"(0)
    85           : "edx");
    85           : "edx");
    86     }
    86     }