Skip to content

Commit

Permalink
Add change about data vector types
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 authored Aug 31, 2023
1 parent 6673444 commit 360b611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cs_v6_release_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ We hope you enjoy the new release!
| `writeback` | `writeback` member was moved to detail. |||
| Register alias | Register alias (`r15 = pc` etc.) are not printed if LLVM doesn't do it. Old Capstone register alias can be enabled by `CS_OPT_SYNTAX_CS_REG_ALIAS`. | Mimic LLVM as close as possile. | Enable option. |
| Immediate | Immediate values (`arm_op.imm`) type changed to `int64_t` |||
| (Vector) data types | `arm.vector_data` is now of type `cs_data_type`. Old vector data types have been removed. | Data types in general now match the ones define in LLVM for comaptibility reasons. | None. |

**PPC**

Expand Down

0 comments on commit 360b611

Please sign in to comment.