File tree 1 file changed +2
-0
lines changed
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
92
92
` fma ` | ` avx ` | [ FMA3] — Three-operand fused multiply-add
93
93
` fxsr ` | | [ ` fxsave ` ] and [ ` fxrstor ` ] — Save and restore x87 FPU, MMX Technology, and SSE State
94
94
` lzcnt ` | | [ ` lzcnt ` ] — Leading zeros count
95
+ ` movbe ` | | [ ` movbe ` ] - Move data after swapping bytes
95
96
` pclmulqdq ` | ` sse2 ` | [ ` pclmulqdq ` ] — Packed carry-less multiplication quadword
96
97
` popcnt ` | | [ ` popcnt ` ] — Count of bits set to 1
97
98
` rdrand ` | | [ ` rdrand ` ] — Read random number
@@ -121,6 +122,7 @@ Feature | Implicitly Enables | Description
121
122
[ `fxsave` ] : https://www.felixcloutier.com/x86/fxsave
122
123
[ `fxrstor` ] : https://www.felixcloutier.com/x86/fxrstor
123
124
[ `lzcnt` ] : https://www.felixcloutier.com/x86/lzcnt
125
+ [ `movbe` ] : https://www.felixcloutier.com/x86/movbe
124
126
[ `pclmulqdq` ] : https://www.felixcloutier.com/x86/pclmulqdq
125
127
[ `popcnt` ] : https://www.felixcloutier.com/x86/popcnt
126
128
[ `rdrand` ] : https://en.wikipedia.org/wiki/RdRand
You can’t perform that action at this time.
0 commit comments