Fix cpuid vendor-id check for i386 and x86-64
* src/hwfeatures.c (detect_x86_64_gnuc, detect_ia32_gnuc): Allow Intel features be detect from CPU by other vendors too.
detect_x86_64_gnuc() and detect_ia32_gnuc() incorrectly exclude Intel
features on all other vendor CPUs. What we want here, is to detect if
CPU from any vendor support said Intel feature (in this case AES-NI).
[v2]
- Add GNU style changelog
- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>