diff --git a/README.md b/README.md index 9d0fc40..2a3cc24 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ HLE: Yes # Examples -## Checking for HLE and RTM CPU support +## Checking for HLE and RTM support in code It is necessary to check that the CPU you are using support Intel RTM and/or Intel HLE instruction sets, since safetyfast does not check. This can be accomplished by using the Intel provided `cpuid` package, as shown