]> git.sesse.net Git - vlc/commit
Win32: assume the OS support what the processor supports
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Jan 2010 22:18:27 +0000 (00:18 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Jan 2010 22:18:27 +0000 (00:18 +0200)
commit03e38b504cbdcc8ac8c9dd1cf53ec4c5662cd59e
treebc0e81e52775d42b04383bba1a95de5f6d20e387
parent51f8337ec523733193da6eb8990bcd82991aa827
Win32: assume the OS support what the processor supports

We cannot use SIGILL, so we have to trust CPUID.
Maybe there is a Win32 API to query the kernel support?
src/misc/cpu.c