We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203ef54 commit b6839f5Copy full SHA for b6839f5
README.md
@@ -116,6 +116,8 @@ You can print the content of a vector register like so:
116
}
117
```
118
119
+You can convert an integer to a hex string like so: `$"0x{MyVariable:X}"`.
120
+
121
## Performance tips
122
123
- 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