Skip to content
Commit b6734c35 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 b74b06c5
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