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 1c7fc50 commit 6ba2ca7Copy full SHA for 6ba2ca7
README.md
@@ -269,6 +269,7 @@ You can print the content of a vector register like so:
269
- Similarly `Vector128.Shuffle` is not the same as `AdvSimd.Arm64.VectorTableLookup`, use the latter.
270
- `stackalloc` arrays should probably not be used in class instances.
271
- In C#, `struct` might be preferable to `class` instances as it makes it clear that the data is thread local.
272
+- You can ask for an asm dump: `DOTNET_JitDisasm=NEON64HTMLScan dotnet run -c Release`.
273
274
## More reading
275
0 commit comments