Update zstd to 1.3.8
This commit is contained in:
parent
b1e3215f3a
commit
e64391f47b
48 changed files with 8377 additions and 4779 deletions
5
thirdparty/zstd/common/cpu.h
vendored
5
thirdparty/zstd/common/cpu.h
vendored
|
|
@ -72,14 +72,13 @@ MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) {
|
|||
"cpuid\n\t"
|
||||
"popl %%ebx\n\t"
|
||||
: "=a"(f1a), "=c"(f1c), "=d"(f1d)
|
||||
: "a"(1)
|
||||
:);
|
||||
: "a"(1));
|
||||
}
|
||||
if (n >= 7) {
|
||||
__asm__(
|
||||
"pushl %%ebx\n\t"
|
||||
"cpuid\n\t"
|
||||
"movl %%ebx, %%eax\n\r"
|
||||
"movl %%ebx, %%eax\n\t"
|
||||
"popl %%ebx"
|
||||
: "=a"(f7b), "=c"(f7c)
|
||||
: "a"(7), "c"(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue