Rdrand instrucrtion SIGILL
问题 Cpuid says that I have rdrand on my system, but rdrand instruction throws sigill. I'm using linux mint inside VmWare workstation 11, I googled workstation support of rdrand, and they say that it enabled since 9th version. Proccess of host is i5-2550k and it should support rdrand. Can I somehow fix this? Here is gdb listing: Breakpoint 1, 0x08048060 in _start () (gdb) x/5i $eip => 0x8048060 <_start>: mov $0x1,%eax 0x8048065 <_start+5>: cpuid 0x8048067 <_start+7>: rdrand %eax 0x804806a <_start