File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ Feature | Implicitly Enables | Description
9292` fma ` | ` avx ` | [ FMA3] — Three-operand fused multiply-add
9393` fxsr ` | | [ ` fxsave ` ] and [ ` fxrstor ` ] — Save and restore x87 FPU, MMX Technology, and SSE State
9494` lzcnt ` | | [ ` lzcnt ` ] — Leading zeros count
95+ ` movbe ` | | [ ` movbe ` ] - Move data after swapping bytes
9596` pclmulqdq ` | ` sse2 ` | [ ` pclmulqdq ` ] — Packed carry-less multiplication quadword
9697` popcnt ` | | [ ` popcnt ` ] — Count of bits set to 1
9798` rdrand ` | | [ ` rdrand ` ] — Read random number
@@ -121,6 +122,7 @@ Feature | Implicitly Enables | Description
121122[ `fxsave` ] : https://www.felixcloutier.com/x86/fxsave
122123[ `fxrstor` ] : https://www.felixcloutier.com/x86/fxrstor
123124[ `lzcnt` ] : https://www.felixcloutier.com/x86/lzcnt
125+ [ `movbe` ] : https://www.felixcloutier.com/x86/movbe
124126[ `pclmulqdq` ] : https://www.felixcloutier.com/x86/pclmulqdq
125127[ `popcnt` ] : https://www.felixcloutier.com/x86/popcnt
126128[ `rdrand` ] : https://en.wikipedia.org/wiki/RdRand
You can’t perform that action at this time.
0 commit comments