Skip to content

Commit b6839f5

Browse files
authored
Update README.md
1 parent 203ef54 commit b6839f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ You can print the content of a vector register like so:
116116
}
117117
```
118118

119+
You can convert an integer to a hex string like so: `$"0x{MyVariable:X}"`.
120+
119121
## Performance tips
120122

121123
- Be careful: `Vector128.Shuffle` is not the same as `Ssse3.Shuffle` nor is `Vector256.Shuffle` the same as `Avx2.Shuffle`. Prefer the latter.

0 commit comments

Comments
 (0)