Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ciphers
#17
In IW 15.2.0 released today, there is a new variable which allows you to bypass the SSE 4.2 compatibility check.

In your DPR File, before running your application just set

Example:


Code:
begin
  IWZLibExAPI.IgnoreSSE42Check := True;
  TIWStart.Execute(True);
end.



This will allow SSE 4.2 compression to be used regardless of the status obtained via cpuid instruction. You can use it when you are certain that SSE 4.2 is supported.
Reply


Messages In This Thread
Ciphers - by zsleo - 05-21-2020, 12:38 AM
RE: Ciphers - by kudzu - 05-21-2020, 04:40 PM
RE: Ciphers - by zsleo - 05-21-2020, 11:37 PM
RE: Ciphers - by Jose Nilton Pace - 05-22-2020, 02:04 PM
RE: Ciphers - by kudzu - 05-22-2020, 05:55 PM
RE: Ciphers - by zsleo - 05-22-2020, 11:16 PM
RE: Ciphers - by zsleo - 05-25-2020, 01:52 AM
RE: Ciphers - by Alexandre Machado - 05-25-2020, 11:52 PM
RE: Ciphers - by kudzu - 05-25-2020, 05:36 PM
RE: Ciphers - by zsleo - 05-25-2020, 07:16 PM
RE: Ciphers - by Alexandre Machado - 05-25-2020, 11:56 PM
RE: Ciphers - by zsleo - 05-26-2020, 12:35 AM
RE: Ciphers - by Alexandre Machado - 05-26-2020, 12:32 AM
RE: Ciphers - by Alexandre Machado - 05-26-2020, 03:01 AM
RE: Ciphers - by zsleo - 05-26-2020, 07:10 AM
RE: Ciphers - by Alexandre Machado - 05-26-2020, 12:03 PM
RE: Ciphers - by Alexandre Machado - 05-27-2020, 06:38 AM
RE: Ciphers - by zsleo - 05-27-2020, 07:02 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)