diff --git a/sdk-api-src/content/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent.md b/sdk-api-src/content/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent.md
index 318edf4287a2..2c08c5589bbe 100644
--- a/sdk-api-src/content/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent.md
+++ b/sdk-api-src/content/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent.md
@@ -357,6 +357,51 @@ The processor implements the XSAVE and XRSTOR instructions.
+
+
+
+- PF_ARM_V8_INSTRUCTIONS_AVAILABLE
+- 29
+
+ |
+
+This ARM processor implements the the ARM v8 instructions set.
+ |
+
+
+
+
+- PF_ARM_V8_CRYPTO_INSTRUCTIONS_AVAILABLE
+- 30
+
+ |
+
+This ARM processor implements the ARM v8 extra cryptographic instructions (i.e. AES, SHA1 and SHA2).
+ |
+
+
+
+
+- PF_ARM_V8_CRC32_INSTRUCTIONS_AVAILABLE
+- 31
+
+ |
+
+This ARM processor implements the ARM v8 extra CRC32 instructions.
+ |
+
+
+
+
+- PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE
+- 34
+
+ |
+
+This ARM processor implements the ARM v8.1 atomic instructions (e.g. CAS, SWP).
+ |
+
+