search for: status_illegal_instruct

Displaying 4 results from an estimated 4 matches for "status_illegal_instruct".

2016 Jun 21
2
FLAC__SSE_OS change
Erik de Castro Lopo wrote: > I actually think my change is correct. It should be easier to see if you > look at the github version of the change: > > https://github.com/xiph/flac/commit/e120037f3c67b23fd9eef7ccd04d2df57fa1a9a6#diff-9f048b83ff55071de36263cf0f403b2eL209 > FLAC__NO_SSE_OS was never defined anywhere, so I think that the following changes should be made:
2016 Jun 23
0
FLAC__SSE_OS change
...3ff55071de36263cf0f403b2eL209 >> P.P.S. 1) if FLAC__SSE_OS==1 then MSVC cannot compile current cpu.c: "#include <windows.h>" line is inactive and MSVC complains: cpu.c(278): error C2065: 'EXCEPTION_EXECUTE_HANDLER': undeclared identifier cpu.c(279): error C2065: 'STATUS_ILLEGAL_INSTRUCTION': undeclared identifier 2) the current code (simplified): if(info->ia32.sse) { #if !FLAC__SSE_OS /* assume user knows better than us; turn it off */ disable_sse(info); #elif ... #elif defined(__linux__) && !FLAC__SSE_OS #elif ... #else #endif } means...
2016 Jun 25
2
FLAC__SSE_OS change
lvqcl wrote: > 1) if FLAC__SSE_OS==1 then MSVC cannot compile current cpu.c: > "#include <windows.h>" line is inactive and MSVC complains: > cpu.c(278): error C2065: 'EXCEPTION_EXECUTE_HANDLER': undeclared identifier > cpu.c(279): error C2065: 'STATUS_ILLEGAL_INSTRUCTION': undeclared identifier > > 2) the current code (simplified): > > if(info->ia32.sse) { > #if !FLAC__SSE_OS > /* assume user knows better than us; turn it off */ > disable_sse(info); > #elif ... > #elif defined(__linux__) && !FLAC...
2008 Nov 20
3
PV 0.9.12pre3 gives BSOD when installing in VM in Xenserver 5.
Hello, I have Xenserver 5.0. When i install a new VM with Windows Server 2003 X64 Standard (R2) and install all windows-updates, it gives me a BSOD when i install the PV 0.9.12pre3 drivers. Steps to reproduce: - Install Xenserver 5 (light/free or Enterprise/trial) - Install a Windows Server 2003 x64 R2 VM from a ISO or CD - Install all windows updates - Download the GPLPV 0.9.12pre3 .exe file