diff options
| author | Michael Forney <mforney@mforney.org> | 2021-01-07 22:26:16 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-01-07 23:08:33 -0800 |
| commit | 800aa7f0164ae8bcfc9f83eb4dafa2aaaaac7a9d (patch) | |
| tree | 3a1b81c3c9da46499827968e52fc679880eee51c /pkg/zstd/patch | |
| parent | 27a6a5c2a9e195a78f0b1f7bcae0421867a18e83 (diff) | |
zstd: Update to 1.4.8
Diffstat (limited to 'pkg/zstd/patch')
| -rw-r--r-- | pkg/zstd/patch/0001-Only-use-__asm__-on-GNU-compatible-compilers.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/zstd/patch/0001-Only-use-__asm__-on-GNU-compatible-compilers.patch b/pkg/zstd/patch/0001-Only-use-__asm__-on-GNU-compatible-compilers.patch index 988a592b..f3edce2b 100644 --- a/pkg/zstd/patch/0001-Only-use-__asm__-on-GNU-compatible-compilers.patch +++ b/pkg/zstd/patch/0001-Only-use-__asm__-on-GNU-compatible-compilers.patch @@ -1,4 +1,4 @@ -From 6900865fb61bba4d91472d845118e0ffac4f7e39 Mon Sep 17 00:00:00 2001 +From 7bc019c4c96b4eae8fe05dd31c4ea781441d437c Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Mon, 10 Jun 2019 01:47:01 -0700 Subject: [PATCH] Only use __asm__ on GNU-compatible compilers @@ -8,10 +8,10 @@ Subject: [PATCH] Only use __asm__ on GNU-compatible compilers 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/cpu.h b/lib/common/cpu.h -index 5f0923fc..76267fc3 100644 +index cb210593..3c43f816 100644 --- a/lib/common/cpu.h +++ b/lib/common/cpu.h -@@ -84,7 +84,7 @@ MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) { +@@ -82,7 +82,7 @@ MEM_STATIC ZSTD_cpuid_t ZSTD_cpuid(void) { : "a"(7), "c"(0) : "edx"); } @@ -21,5 +21,5 @@ index 5f0923fc..76267fc3 100644 __asm__("cpuid" : "=a"(n) : "a"(0) : "ebx", "ecx", "edx"); if (n >= 1) { -- -2.20.1 +2.29.2 |
