[evince/wip/hadess/lzma-sdk-2104: 2/2] unarr: Update LZMA SDK
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/hadess/lzma-sdk-2104: 2/2] unarr: Update LZMA SDK
- Date: Fri, 19 Nov 2021 18:54:07 +0000 (UTC)
commit c1c18543361258dcc3d56879a28af1b12b579a43
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 19 19:53:46 2021 +0100
unarr: Update LZMA SDK
Using lzma2104.7z from:
https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/
cut-n-paste/unarr/lzmasdk/CpuArch.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cut-n-paste/unarr/lzmasdk/CpuArch.c b/cut-n-paste/unarr/lzmasdk/CpuArch.c
index 551a8d72a..9bcb8fd56 100644
--- a/cut-n-paste/unarr/lzmasdk/CpuArch.c
+++ b/cut-n-paste/unarr/lzmasdk/CpuArch.c
@@ -72,7 +72,7 @@ static UInt32 CheckFlag(UInt32 flag)
where ECX value is first parameter for FAST_CALL / NO_INLINE function,
So the caller of MY__cpuidex_HACK() sets ECX as subFunction, and
old MSVC for __cpuid() doesn't change ECX and cpuid instruction gets (subFunction) value.
-
+
DON'T remove MY_NO_INLINE and MY_FAST_CALL for MY__cpuidex_HACK() !!!
*/
@@ -143,7 +143,7 @@ void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
: "0" (function), "c"(0) ) ;
#endif
-
+
#else
int CPUInfo[4];
@@ -197,7 +197,7 @@ BoolInt CPU_Is_InOrder(void)
family = x86cpuid_GetFamily(p.ver);
model = x86cpuid_GetModel(p.ver);
-
+
firm = x86cpuid_GetFirm(&p);
switch (firm)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]