File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
website/docs/ckb-features Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ Nervos picked RISC-V for some pretty solid reasons:
2121
2222## What Makes CKB-VM Unique?
2323
24- CKB-VM is a pure software implementation of the RISC-V instruction set. Specifically, it uses the ** RV64IMC ** instruction set:
24+ CKB-VM is a pure software implementation of the RISC-V instruction set. Specifically, it uses the ** RV64IMC_ZBA_ZBB_ZBC_ZBS ** instruction set:
2525
2626- ** RV64** : 64-bit address space and registers.
2727- ** I** : Integer instructions (basic arithmetic).
2828- ** M** : Integer Multiplication and Division.
2929- ** C** : Compressed instructions (smaller code size).
30+ - ** B** : Bit manipulation extension.
3031
3132### The "No Precompiles" Philosophy
3233
You can’t perform that action at this time.
0 commit comments