Intel's i5-6300U CPU is reporting to have a model id of 78 (4e).
The Host detection assumes that to be Skylake Xeon (with AVX512 support),
instead of a normal Skylake machine.
This PR adds a check to verify that AVX512 support is indeed present.
The cpuinfo of an affected machine [1].
[1]: https://gist.github.com/nalimilan/8f74972a9f3a6f296dede7b56536f3ff
Patch by: Valentin Churavy
Should the:
comment be moved down to where the Subtype is set?