On X86 32 bit build, __ISA_AVAILABLE_SSE2 bit in the __isa_enabled is always set in startup code regardress of CPUID flags, thus SSE2 code is executed in the library call. I know this is practically no problem on Wi...
@@ -2029,6 +2046,23 @@ static int kvm_dev_ioctl_get_supported_cpuid(struct kvm_cpuid2 *cpuid, for (func = 0x80000001; func <= limit && nent < cpuid->nent; ++func) do_cpuid_ent(&cpuid_entries[nent], func, 0, &nent, cpuid->nent); + + + + r = -E2BIG; + if (n...
On X86 32 bit build, __ISA_AVAILABLE_SSE2 bit in the __isa_enabled is always set in startup code regardress of CPUID flags, thus SSE2 code is executed in the library call. I know this is practically no problem on Windows, but it is easy to fix ...
On X86 32 bit build, __ISA_AVAILABLE_SSE2 bit in the __isa_enabled is always set in startup code regardress of CPUID flags, thus SSE2 code is executed in the library call. I know this is practically no problem on Windows, but it is easy to fix and the /arch:IA32...
On X86 32 bit build, __ISA_AVAILABLE_SSE2 bit in the __isa_enabled is always set in startup code regardress of CPUID flags, thus SSE2 code is executed in the library call. I know this is practically no problem on Windows, but it is easy to fix and t...
On X86 32 bit build, __ISA_AVAILABLE_SSE2 bit in the __isa_enabled is always set in startup code regardress of CPUID flags, thus SSE2 code is executed in the library call. I know this is practically no problem on Windows, but it is easy to fix and the /arch:IA32 compiler...
On X86 32 bit build, __ISA_AVAILABLE_SSE2 bit in the __isa_enabled is always set in startup code regardress of CPUID flags, thus SSE2 code is executed in the library call. I know this is practically no problem on Windows, but it is easy to fix and the ...