Skip to content
Commit 7e00df58 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86: add NOPL as a synthetic CPU feature bit



The long noops ("NOPL") are supposed to be detected by family >= 6.
Unfortunately, several non-Intel x86 implementations, both hardware
and software, don't obey this dictum.  Instead, probe for NOPL
directly by executing a NOPL instruction and see if we get #UD.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent e2fe16d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment